Releases: nnethercote/counts
Releases · nnethercote/counts
1.0.6
1.0.5
- Document a clever use of
std::panic::Location::callerwhen profiling Rust programs. - Update to Rust Edition 2024, and MSRV 1.85.
1.0.4
- Speed improvements.
1.0.3
- Use
strip = trueto minimize binary size. - Update MSRV from 1.56 to 1.59, and specify it via
rust-version.
1.0.2
- Abort more gracefully when given non-UTF-8 input.
1.0.1
- Update third-party crates.
1.0.0
- Switched from the
regexcrate toregex-lite, for faster compilation and smaller binary size. - Added a
--versionflag.
0.2.0
-ioption added, equivalent to-w, supports integral weights.-foption added, supports fractional weights.-eoption added, supports weight erasing.- Negative weights (both integral and fractional) now support.
- New minimum Rust version of 1.56.
0.1.2
- Some trivial changes since 0.1.1.