mozilla / uniffi-rs

a multi-language bindings generator for rust
https://mozilla.github.io/uniffi-rs/
Mozilla Public License 2.0
2.7k stars 224 forks source link

Remove the unicode-linebreak / unicode-width dependencies #2141

Closed bendk closed 3 months ago

bendk commented 3 months ago

Cherry-picking https://github.com/mozilla/uniffi-rs/commit/8a6948dcdef725d2d559c82b141dd7c38f145db9 into the 0.27.x branch. I should have done with before 0.27.2, but I forget. My new plan is to make an 0.27.3 release for it.

Docstrings rarely have unicode characters so these are not adding much value. They present an issue for the downstream moz-central crate (https://bugzilla.mozilla.org/show_bug.cgi?id=1894888), so let's remove them.