search for: f7dd96d39

Displaying 2 results from an estimated 2 matches for "f7dd96d39".

2019 Aug 11
0
[PATCH 2/2] Rust bindings: Make it able to publish this crate
...on = "2018" +authors = ["Hiroyuki Katsura <hiroyuki.katsura.0513@gmail.com>"] +description = "libguestfs bindings for Rust" +license-file = "../COPYING" [dependencies] diff --git a/rust/README.md b/rust/README.md new file mode 100644 index 000000000..f7dd96d39 --- /dev/null +++ b/rust/README.md @@ -0,0 +1,42 @@ +# libguestfs bindings for Rust + +This package contains the libguestfs bindings for Rust. You can use this crate +by using cargo. See [crates.io](https://https://crates.io/crates/guestfs) + +# For maintainer + +## How to test + +Tests are incorpo...
2019 Aug 11
5
[PATCH 1/2] Rust bindings: Add long description
`cargo doc` will generate docs with long descriptions. I did not add the settings of outputting these docs to `/website`. This is because - by publishing this crate to crates.io, users can see the docs in `docs.rs` like `https://docs.rs/guestfs/<version>/guestfs/`. It is easy to hold multiple documents corresponding to each version. - the style of the documents generated by `cargo doc`