| Crates.io | metio |
| lib.rs | metio |
| version | 0.1.0 |
| created_at | 2023-11-04 09:45:45.450927+00 |
| updated_at | 2023-11-04 09:45:45.450927+00 |
| description | The library for interacting with metio compliant systems |
| homepage | https://bagaluten.io |
| repository | https://github.com/bagaluten/metio-rs.git |
| max_upload_size | |
| id | 1025071 |
| size | 5,328 |
metio-rs is the rust library to talk to compliant metio systems.
To use metio-rs as a dependency you can run the following command in your project.
cargo add metio-rs
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