[−][src]Module binjs_io::io::statistics
Utilities to collect statistics about the data written.
Structs
Bytes | |
BytesAndInstances | |
Instances | A newtype for |
PerStaticKind | During compression, we typically deal with both grammar-fixed data (e.g. the list of possible values in a string enum) and user-extensible data (e.g. string literals). |
PerUserExtensibleKind | During compression, we typically deal with both grammar-fixed data (e.g. the list of possible values in a string enum) and user-extensible data (e.g. string literals). |
ProbabilityHistogram | A histogram designed to store information on how hoften we perform an operation marked by a given probability. |
Rational | Simple representation of a rational number. |
Traits
DisplayWith |