Skip to main content

Module utils

Module utils 

Source
Expand description

Pure utility types needed by the core data types.

Only symbol_normalizer (string normalization for symbol parsing) lives here — the crypto / encoding / time / rate-limiter helpers stay in the full digdigdig3 crate, since they are connector-side concerns.

Re-exports§

pub use symbol_normalizer::NormalizerError;
pub use symbol_normalizer::SymbolNormalizer;

Modules§

symbol_normalizer
SymbolNormalizer — canonical Symbol ↔ exchange-native raw string translation.