To add merge-whitespace/1.1.0 to your project, run
cargo add merge-whitespace --version 1.1.0
To install the latest version, run
cargo add merge-whitespace
Changes
Added
- Added the
merge-whitespace-utils
crate to expose themerge_whitespace
andmerge_whitespace_with_quotes
functions for operating on strings rather than string literals. These functions returnCow<str>
to avoid allocations when no transformation happened.
Internal
- Updated dependencies to latest patch releases.
- Added fuzz testing to ensure panic-safe implementation.
In other notes
Full Changelog: v1.0.0...v1.1.0