v0.3.2
-
Fix bug in reorder_line() where optimized branch returned the full text (instead of line text), after (supposedly) reorder.
-
Improve benchmarks logic to measure
reorder_line()
in isolation, and for full text of the test. -
Add new
basic
benchmarks to be able to measure perf for small, common text strings. -
Move
serde_test
todev-dependencies
, as it's only used intest
profile.