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;