Skip to content

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 02 May 16:51
· 960 commits to main since this release

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:

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:
decancer = { version = "1.6", features = ["serde"] }

read the documentation for more details.

thank you all for supporting decancer!!! 鉂わ笍