From bb875280b695b8d0435833c192f99233e74a522a Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Thu, 17 Nov 2022 11:09:29 -0800 Subject: modules/rust: Add support for string include_directories Which we support for basically every other case, but not this one. --- docs/markdown/snippets/rust_bindgen_str_include.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/markdown/snippets/rust_bindgen_str_include.md (limited to 'docs/markdown/snippets') 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. -- cgit v1.1