0.1.0 |
|
---|
#71 in #strongly-typed
14KB
368 lines
Pretty Bytes Enum
A simple, no-dependencies crate for converting a number of bytes into a strongly-typed representation of the "prettified" version of those bytes.
Compatible with serde
! Designed for serializing possibly large byte values into JSON and sending to JavaScript code, since JS doesn't support full u64
values.
Inspired by/derived from https://github.com/sindresorhus/pretty-bytes.
lib.rs
:
A simple, no-dependencies crate for converting a number of bytes into a strongly-typed representation of the "prettified" version of those bytes.
Compatible with serde
when the serde
feature is enabled.
Dependencies
~160KB