Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 732 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 732 Bytes

This crate provides a Rust API for XML schemas used by libvirt

Documentation

To execute locally tests and other excerices

cargo fmt -v -- --check

The code is formatted using rustfmt, you should ensure that the check is passing before to submit your patch(es). It may be required to execute rustup component add rustfmt in your environment.

cargo test --verbose

Integration tests use a real connection to libvirtd. For instance integration_qemu.rs uses a qemu:///system connection. They are all ignored by default.

cargo test --verbose -- --ignored

Contributing

For more information, see the CONTRIBUTING file.