metio-rs is the rust library to talk to compliant metio systems.
To use metio
as a dependency you can run the following command in your project.
cargo add metio
metio-rs
will only come with the metio type definions. If you need features like serialization you can enable them by passing the -F
parameter to the cargo add
command.
cargo add metio -F serde