Skip to content

bagaluten/metio-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

metio 🦀

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

Install metio-rs

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

cargo add metio

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