aboutsummaryrefslogtreecommitdiffstats
path: root/crates/bytes/src (unfollow)
Commit message (Collapse)Author
2024-11-04fix(yt/download): Only print changed bytes sizes, on changed stringBenedikt Peetz
2_000_000_000 and 2_000_000_001 cache sizes are not the same, but will both print out "1.86 GiB". Obviously, notifying the user about this change is rather counter-productive.
2024-10-14refactor(treewide): Conform to the clippy and rust lintsBenedikt Peetz
2024-10-14refactor(treewide): Combine the separate crates in one workspaceBenedikt Peetz
2024-08-25feat(crates/bytes): Support decimal number inputBenedikt Peetz
2024-08-24feat(bytes): Add implementation for serde's `Serialize`Benedikt Peetz
2024-08-23feat(crates/bytes): InitBenedikt Peetz