metio 0.1.0

The library for interacting with metio compliant systems
Documentation

metio-rs 🦀

metio-rs is the rust library to talk to compliant metio systems.

Install metio-rs

To use metio-rs as a dependency you can run the following command in your project.

cargo add metio-rs

Features

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-rs -F serde