ivms101
is a Rust library for working with data payloads defined in the Intervasp Messaging Standard 101.
use ivms101::Validatable;
fn main() {
let person =
ivms101::NaturalPerson::new("John", "Doe", Some("id-273934"), None).unwrap();
assert!(person.validate().is_ok());
}
Add ivms101
to your Cargo.toml
:
cargo add ivms101
This crate is developed and maintained by 21 Analytics.
This project is licensed under the GNU Affero General Public license.