Crate xenstore_rs

Source
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.
XsTransactionSpan
Refer to XsTransaction for more information.