Expand description
Optimized parsers for common data types
Functionsยง
- parse_
address - Fast address parsing
- parse_
decimal - Fast decimal parsing for prices
- parse_
json_ fast - Fast JSON parsing using SIMD instructions when possible Falls back to serde_json if simd-json fails Note: This requires owned types (no borrowing from input)
- parse_
json_ fast_ owned - Fast JSON parsing for immutable data
- parse_
side - Parse Side enum
- parse_
u256 - Fast U256 parsing