v1.0.0
To add merge-whitespace/1.0.0 to your project, run
cargo add merge-whitespace --version 1.0.0
To install the latest version, run
cargo add merge-whitespace
Changes
Added
- Added support for
quote_char
andescape_char
arguments to have optional quotation and escaping support.
Internal
- The crate is now explicitly labeled as
#![forbid(unsafe_code)]
.
In other notes
Full Changelog: v0.1.0...v1.0.0