Crate i8583

Source
Expand description

§ISO 8583 financial transaction message format library

Types, associated functions and specifications for packing and unpacking iso8583 messages.

For most practical cases, iso messages are created to be sent over the wire as an application level protocol on top of TCP, for this reason all interfaces are in bytes(u8) for easy use with sockets.

The crate relies heavily on slicing and borrowing references for performance, cloning is left to user discretion.

Re-exports§

pub use crate::packer::Packer;
pub use crate::unpacker::Unpacker;

Modules§

data
Components for creating iso8583 message specifications
nibss
NIBSS Iso Message Specification
packer
Build iso8583 messages.
unpacker
Parse iso8583 messages.
v1987
Version 1987 Iso Message Specification
v1993
Version 1993 Iso Message Specification