**decancer `v1.6.0` is here!** 🥳
- added *thousands* of new codepoints and fixed lots of mistranslations, bringing the grand total of supported unicode codepoints to ***9,419***!!!
- added optional **no_std support**! limiting the library to just `cure_char`, but it also means that you can use `decancer` without depending on the Rust standard library! just add this in your `Config.toml`:
toml
decancer = { version = "1.6", default-features = false }
- added optional **serde support**! which means that you can serialize/deserialize types (like JSON) while also curing the input at the same time! just add this in your `Config.toml`:
toml
decancer = { version = "1.6", features = ["serde"] }
read the documentation for more details.
thank you all for supporting **decancer**!!! ❤️