Miniserde refactor with custom error impls #11
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "miniserde_refactor"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The nature and results of this refactor are discussed in the linked issue: #9 (comment)
The commit messages tell the story:
cargo test
)uptime
now only returnssecs
, notsecs
andnanos
as before43% reduction in total dependencies
20% reduction in compile time
16% reduction in binary size
Overall, a relatively small number of code changes result in a lighter crate with almost identical functionality.
LGTM
comments here #9 (comment)