merge-whitespace-rs

Procedural macros for merging whitespace in const contexts

OTHER License

Downloads
984
Stars
1
merge-whitespace-rs - v1.0.0 Latest Release

Published by sunsided 5 months ago

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 and escape_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: https://github.com/sunsided/merge-whitespace-rs/compare/v0.1.0...v1.0.0

merge-whitespace-rs - v0.1.0

Published by sunsided 5 months ago

To add merge-whitespace/0.1.0 to your project, run

cargo add merge-whitespace --version 0.1.0

To install the latest version, run

cargo add merge-whitespace

What's Changed

New Contributors

Full Changelog: https://github.com/sunsided/merge-whitespace-rs/commits/v0.1.0

Package Rankings
Badges
Extracted from project README
Crates.io Crates.io docs.rs codecov