10 releases (6 breaking)
0.8.0 | Dec 10, 2024 |
---|---|
0.7.0 | Feb 1, 2024 |
0.6.0 | Jan 24, 2024 |
0.5.0 | Nov 7, 2023 |
0.3.0 | Dec 14, 2020 |
#297 in Configuration
638 downloads per month
Used in microvmi
43KB
910 lines
xenstore
Rust bindings for xenstore library
Table of Contents
Overview
This crate will compile bindings for Xen's libxenstore.so
.
Check xenstore.h
header for the API.
Requirements
cargo
rustc
Maintainers
Contributing
PRs accepted.
Small note: If editing the Readme, please conform to the standard-readme specification.
License
Check Cargo.toml
lib.rs
:
Xenstore implementation for Rust.
Xenstore is a shared database protocol for Xen domains used for Xen PV devices (xenbus), guest agents, toolstack, ...
Check docs/misc/xenstore.txt in xen source code for detailed informations.
Dependencies
~0–8.5MB
~68K SLoC