summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2023-10-16 10:16:40 -0700
committerDylan Baker <dylan@pnwbakers.com>2024-02-23 09:48:32 -0800
commita75ced6d50a3d479eda6dcdc9c3482493f2161f0 (patch)
tree18fa2240065c4dfbdebc790c78b0812409f5b325 /docs
parent05d49c6990aedb850266f22b40442af7a54e13fc (diff)
downloadmeson-a75ced6d50a3d479eda6dcdc9c3482493f2161f0.tar.gz
modules/rust: inject a C/C++ standard for bindgen
Especially for C++ this is very important.
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/snippets/rust-bindgen-std.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/markdown/snippets/rust-bindgen-std.md b/docs/markdown/snippets/rust-bindgen-std.md
new file mode 100644
index 000000000..2c94f9c2c
--- /dev/null
+++ b/docs/markdown/snippets/rust-bindgen-std.md
@@ -0,0 +1,3 @@
+## Bindgen now uses the same C/C++ as the project as a whole
+
+Which is very important for C++ bindings.