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

```rust 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:

sh 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.