Crates.io | ivms101 |
lib.rs | ivms101 |
version | 0.1.0 |
source | src |
created_at | 2023-06-19 12:34:25.546268 |
updated_at | 2023-06-19 12:34:25.546268 |
description | A library to handle Intervasp Messaging Standard Payloads |
homepage | https://21analytics.ch |
repository | https://gitlab.com/21analytics/ivms101 |
max_upload_size | |
id | 894079 |
size | 105,803 |
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.