Recent Releases of https://github.com/althonos/textwrap-macros

https://github.com/althonos/textwrap-macros - v0.3.0

Added

  • Macros for textwrap::unfill and textwrap::refill.
  • std feature to build in no_std when disabled.

- Rust
Published by github-actions[bot] over 3 years ago

https://github.com/althonos/textwrap-macros - 0.2.5

Fixed

  • Compilation issues with latest version of syn not exporting some traits required by textwrap-macros-impl.

- Rust
Published by althonos over 5 years ago

https://github.com/althonos/textwrap-macros - 0.2.4

Changed

  • Bumped textwrap dependency to v0.13.0 to use new wrapping algorithm (#5).

- Rust
Published by althonos over 5 years ago

https://github.com/althonos/textwrap-macros - 0.2.3

Changed

  • Bumped textwrap dependency to v0.12.0 to support ANSI escape codes (#1).

- Rust
Published by althonos about 6 years ago

https://github.com/althonos/textwrap-macros - 0.2.2

Fixed

  • Potential build issues with 1.0.17 version of syn because of missing features in textwrap-macros-impl.

- Rust
Published by althonos over 6 years ago

https://github.com/althonos/textwrap-macros - 0.2.1

Fixed

  • Travis-CI build button not rendering properly on README.md.

Changed

  • Implementation does convert token stream directly from syn types instead of parsing intermediate Rust code.

- Rust
Published by althonos over 6 years ago

https://github.com/althonos/textwrap-macros - 0.2.0

Added

  • Implementation of the textwrap::wrap function as a macro producing a inline static slice of static strings.

- Rust
Published by althonos over 6 years ago

https://github.com/althonos/textwrap-macros - 0.1.0

Initial release.

- Rust
Published by althonos over 6 years ago