Skip to content

Releases: nnethercote/counts

1.0.6

22 Aug 06:06

Choose a tag to compare

  • Minor docs fix.

1.0.5

22 Aug 05:53

Choose a tag to compare

  • Document a clever use of std::panic::Location::caller when profiling Rust programs.
  • Update to Rust Edition 2024, and MSRV 1.85.

1.0.4

25 Sep 13:36

Choose a tag to compare

  • Speed improvements.

1.0.3

28 Jul 06:47

Choose a tag to compare

  • Use strip = true to minimize binary size.
  • Update MSRV from 1.56 to 1.59, and specify it via rust-version.

1.0.2

28 Jul 00:58

Choose a tag to compare

  • Abort more gracefully when given non-UTF-8 input.

1.0.1

26 Jul 03:51

Choose a tag to compare

  • Update third-party crates.

1.0.0

25 Jul 05:12

Choose a tag to compare

  • Switched from the regex crate to regex-lite, for faster compilation and smaller binary size.
  • Added a --version flag.

0.2.0

25 Feb 06:16

Choose a tag to compare

  • -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

07 Dec 09:52

Choose a tag to compare

  • Some trivial changes since 0.1.1.