# 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. ```bash 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. ```bash cargo add metio-rs -F serde ```