fastlib 0.3.7

FAST (FIX Adapted for STreaming protocol) is a space and processing efficient encoding method for message oriented data streams.
Documentation
1
2
3
4
5
6
pub(crate) mod decimal;
pub(crate) mod instruction;
pub(crate) mod message;
pub(crate) mod pmap;
pub(crate) mod types;
pub(crate) mod value;