about summary refs log tree commit diff stats
path: root/crates/bytes (follow)
Commit message (Collapse)AuthorAge
* fix(yt/download): Only print changed bytes sizes, on changed stringBenedikt Peetz2024-11-04
| | | | | | 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.
* refactor(treewide): Conform to the clippy and rust lintsBenedikt Peetz2024-10-14
|
* refactor(treewide): Combine the separate crates in one workspaceBenedikt Peetz2024-10-14
|
* build(treewide): UpdateBenedikt Peetz2024-09-11
|
* build(update.sh): Correct path specifications and upgrade incompatible depsBenedikt Peetz2024-08-25
|
* feat(crates/bytes): Support decimal number inputBenedikt Peetz2024-08-25
|
* build(treewide): UpdateBenedikt Peetz2024-08-25
|
* feat(bytes): Add implementation for serde's `Serialize`Benedikt Peetz2024-08-24
|
* feat(crates/bytes): InitBenedikt Peetz2024-08-23