diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2021-02-14 21:28:44 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2021-02-14 21:28:44 +0200 |
commit | 5d651e76b5b6dba5dd03ffec609719b02d703bb7 (patch) | |
tree | a2796da9b60e919af3fd08c4a206d29e61e6de5c /docs/markdown/snippets/unstable-rust-module.md | |
parent | c0b448d3ca98cea2c6a55609772baa7954702fd8 (diff) | |
download | meson-5d651e76b5b6dba5dd03ffec609719b02d703bb7.zip meson-5d651e76b5b6dba5dd03ffec609719b02d703bb7.tar.gz meson-5d651e76b5b6dba5dd03ffec609719b02d703bb7.tar.bz2 |
Set up release 0.57.0.57.0
Diffstat (limited to 'docs/markdown/snippets/unstable-rust-module.md')
-rw-r--r-- | docs/markdown/snippets/unstable-rust-module.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/markdown/snippets/unstable-rust-module.md b/docs/markdown/snippets/unstable-rust-module.md deleted file mode 100644 index 87ffe33..0000000 --- a/docs/markdown/snippets/unstable-rust-module.md +++ /dev/null @@ -1,5 +0,0 @@ -## 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, as well as a -wrapper around bindgen, making it easier to use. |