aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r--docs/markdown/snippets/rust_bindgen_str_include.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/snippets/rust_bindgen_str_include.md b/docs/markdown/snippets/rust_bindgen_str_include.md
new file mode 100644
index 0000000..aad5da9
--- /dev/null
+++ b/docs/markdown/snippets/rust_bindgen_str_include.md
@@ -0,0 +1,4 @@
+## String arguments to the rust.bindgen include_directories argument
+
+Most other cases of include_directories accept strings as well as
+`IncludeDirectory` objects, so lets do that here too for consistancy.