metio

Crates.iometio
lib.rsmetio
version0.1.0
sourcesrc
created_at2023-11-04 09:45:45.450927
updated_at2023-11-04 09:45:45.450927
descriptionThe library for interacting with metio compliant systems
homepagehttps://bagaluten.io
repositoryhttps://github.com/bagaluten/metio-rs.git
max_upload_size
id1025071
size5,328
Kevin Stiehl (kstiehl)

documentation

README

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
Commit count: 39

cargo fmt