Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-10 | Remove macro_use | Leonhard Markert | |
As of Rust 2018, macro_use is no longer required in most circumstances. I think it is generally a good idea to remove these when not needed, to stop them from polluting the crate's global namespace. https://doc.rust-lang.org/edition-guide/rust-2018/macros/macro-changes.html#macro_rules-style-macros | |||
2019-12-10 | Speed up StorePath::to_string() | Eelco Dolstra | |
1.81% -> 0.56% | |||
2019-12-10 | Speed up base32::decode() | Eelco Dolstra | |
From 1.03% to 0.19% of the runtime of 'nix-instantiate "<nixpkgs>" -A texlive.combined.scheme-full --dry-run'. | |||
2019-12-10 | Add base32 encoder/decoder | Eelco Dolstra | |