Docs.rs
mx20022-translate-0.1.1
mx20022-translate 0.1.1
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
socrates8300
Dependencies
mx20022-model ^0.1.1
normal
mx20022-parse ^0.1.1
normal
regex ^1
normal
thiserror ^2
normal
criterion ^0.5
dev
pretty_assertions ^1
dev
Versions
94.97%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Files
mx20022_translate/
lib.rs
1
//! Bidirectional MT to MX translation for ISO 20022 messages.
2
3
pub mod
mappings;
4
pub mod
mt;