htmlize

Rust crate to encode and decode HTML entities in UTF-8 according to the standard

APACHE-2.0 License

Downloads
305.9K
Stars
3
Committers
1

Bot releases are hidden (Show)

htmlize - 0.5.1: Trivial clean up and fixes

Published by danielparks almost 2 years ago

Bugfixes

  • Switched from assertify (deprecated) to assert2 for testing.
  • Fixed typo of in docs: “entries.json” should have been “entities.json”.
  • Fixed formatting and lints.
  • Added this change log.
htmlize - 0.5.0: miscellaneous

Published by danielparks almost 2 years ago

Remove private macros from docs, rename function, and expand README.