Releases: nnethercote/counts
Releases · nnethercote/counts
1.0.4
1.0.3
- Use
strip = true
to 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
regex
crate toregex-lite
, for faster compilation and smaller binary size. - Added a
--version
flag.
0.2.0
-i
option added, equivalent to-w
, supports integral weights.-f
option added, supports fractional weights.-e
option 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.