Crate memory_size_type

Source
Expand description

§Memory Size Type

This crate implements a data type (MemorySize) for strongly typed memory size indications.

There is support for memory units with a base of 10 (as recommended by the International Electrotechnical Commission). A support for memory units with the base of 2 (as standardized by IEC 80000-13) will follow soon.

Structs§

  • The structure for representing a specific number of bytes.
  • The structure for representing a specific number of kibibytes (1 kibibyte = 1024 bytes).

Type Aliases§

  • The structure for representing a specific number of bytes.
  • The structure for representing a specific number of kibibytes (1 kibibyte = 1024 bytes).