File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " bytesize"
3- description = " an utility for human-readable bytes representations"
3+ description = " a utility for human-readable bytes representations"
44version = " 1.0.0"
55authors = [
" Hyunsik Choi <[email protected] >" ]
66
Original file line number Diff line number Diff line change 33[ ![ Crates.io Version] ( https://img.shields.io/crates/v/bytesize.svg )] ( https://crates.io/crates/bytesize )
44
55
6- ByteSize is an utility for human-readable byte count representation.
6+ ByteSize is a utility for human-readable byte count representation.
77
88[ API Documentation] ( https://docs.rs/bytesize/ )
99
Original file line number Diff line number Diff line change 1- //! ByteSize is an utility that easily makes bytes size representation
2- //! and helps its arithmetic operations.
1+ //! ByteSize is a utility that easily makes bytes size representation and helps
2+ //! its arithmetic operations.
33//!
44//! ## Example
55//!
You can’t perform that action at this time.
0 commit comments