Expand description
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.
Modules§
- unix
- Unix blocking implementation.
Traits§
- Xs
- Xenstore base trait. All xenstore implementations must implement this trait.
- XsTransaction
- Xenstore transaction capability trait.
- XsTransaction
Span - Refer to XsTransaction for more information.