fints-rs 0.1.0

Native Rust FinTS 3.0 PinTan client for German online banking
Documentation
1
2
3
4
5
6
7
//! FinTS segment definitions.
//!
//! Each module provides builder functions that produce `Vec<DEG>` for serialization,
//! and parser functions that extract typed data from `RawSegment`.

pub mod builder;
pub mod response;