diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2021-02-07 16:57:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-07 16:57:39 +0000 |
commit | a855bcab1ccaff68155374c53896c1a780337f40 (patch) | |
tree | 9f5da58d50d50e74bd0c3741420f72918f161863 /docs/markdown/snippets | |
parent | 3f8585676ba6d2c1bcd5d80a44275fdfa695f8c2 (diff) | |
parent | 9cebd29da973553c6e657f7b318ab1d6afbc76e6 (diff) | |
download | meson-a855bcab1ccaff68155374c53896c1a780337f40.zip meson-a855bcab1ccaff68155374c53896c1a780337f40.tar.gz meson-a855bcab1ccaff68155374c53896c1a780337f40.tar.bz2 |
Merge pull request #8162 from dcbaker/wip/2021-01/rust-module-bindgen
Add a wrapper to the rust module for bindgen
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/unstable-rust-module.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/markdown/snippets/unstable-rust-module.md b/docs/markdown/snippets/unstable-rust-module.md index e594ecf..87ffe33 100644 --- a/docs/markdown/snippets/unstable-rust-module.md +++ b/docs/markdown/snippets/unstable-rust-module.md @@ -1,4 +1,5 @@ ## Unstable Rust module A new unstable module has been added to make using Rust with Meson easier. -Currently it adds a single function to ease defining Rust tests. +Currently, it adds a single function to ease defining Rust tests, as well as a +wrapper around bindgen, making it easier to use. |