pretty-bytes-enum

Crates.iopretty-bytes-enum
lib.rspretty-bytes-enum
version0.1.0
sourcesrc
created_at2023-08-06 16:41:52.967214
updated_at2023-08-06 16:41:52.967214
descriptionStrongly-typed prettified byte values
homepage
repositoryhttps://github.com/ravenclaw900/pretty-bytes-enum
max_upload_size
id937270
size24,543
(ravenclaw900)

documentation

README

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.

Commit count: 11

cargo fmt