rust

Rust implementation of the Varlink protocol

APACHE-2.0 License

Downloads
1.1M
Stars
59
Committers
10

varlink for rust

See http://varlink.org for more information about varlink.

Example usage

Look into the examples directory. build.rs contains the magic, which will build rust bindings for the varlink interface definition file. Or use varlink_derive to generate the bindings at compile time.

More Info