https://github.com/varlink/rust
Rust implementation of the Varlink protocol
https://github.com/varlink/rust
rust varlink
Last synced: about 1 year ago
JSON representation
Rust implementation of the Varlink protocol
- Host: GitHub
- URL: https://github.com/varlink/rust
- Owner: varlink
- License: apache-2.0
- Created: 2016-12-15T08:28:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-15T12:02:27.000Z (over 2 years ago)
- Last Synced: 2024-04-24T23:21:18.074Z (about 2 years ago)
- Topics: rust, varlink
- Language: Rust
- Homepage: https://docs.rs/varlink/
- Size: 1.03 MB
- Stars: 59
- Watchers: 4
- Forks: 13
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# varlink for rust
[](https://www.varlink.org/Language-Bindings)
[](https://travis-ci.org/varlink/rust)
[](https://github.com/varlink/rust/actions)
[](https://coveralls.io/github/varlink/rust?branch=master)
[](https://crates.io/crates/varlink)
[](https://docs.rs/varlink/)
[](https://deps.rs/repo/github/varlink/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
* [Git Repo](https://github.com/varlink/rust)
* [API Documentation](https://docs.rs/varlink)
* [Crate](https://crates.io/crates/varlink)
* [Example](https://github.com/varlink/rust/tree/master/examples) usage of this crate