docs.rs failed to build qemu-display-0.1.4
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
QEMU -display dbus library
Provides convenient APIs to communicate with qemu -display dbus
from Rust.
Features
- provides all common D-Bus interfaces by default
- provides "unix" and "win32" specific interfaces on respective targets
- optional "qmp" feature, to allow connecting to QEMU via p2p / bus-less.
Installation
Add this to your Cargo.toml
:
[]
= "0.1.0"
Quick Start
Here's a simple example of how to use the library:
# use Error;
use Display;
async
API Documentation
For detailed API documentation, please visit docs.rs/qemu-display.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Development Setup
- Clone the repository:
- Build the project:
- Run tests:
Changelog
[0.1.0] - 2025-01-15
- Initial release
License
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgments
- Thanks to contributors
- Credit to Rust, QEMU and zbus
- Red Hat!
Contact
- Email: marcandre.lureau@gmail.com
Built with ❤️ using Rust