Skip to content

21Analytics/ivms101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intervasp Messaging Standard 101 Rust library

Crates.io Documentation

ivms101 is a Rust library for working with data payloads defined in the Intervasp Messaging Standard 101.

Example

use ivms101::Validatable;

fn main() {
    let person =
        ivms101::NaturalPerson::new("John", "Doe", Some("id-273934"), None).unwrap();
    assert!(person.validate().is_ok());
}

Usage

Add ivms101 to your Cargo.toml:

cargo add ivms101

Authors

This crate is developed and maintained by 21 Analytics.

License

This project is licensed under the GNU Affero General Public license.