This package contains the libguestfs bindings for Rust. You can use this crate by using cargo. See crates.io
Tests are incorporated into the build system.
You can test it manually by
$ ../run cargo test
Regarding Versioning convention, see Semantic Versioning.
You must not break '-compat@VERSION@' to make sure that this binding is compatible with the installed libguestfs.
Example
version = "0.1.0-compat@VERSION@"
$ cargo publish