| 1 | // spell-checker:disable |
| 2 | |
| 3 | //! An implementation of [WTF-8], a utf8-compatible encoding that allows for |
| 4 | //! unpaired surrogate codepoints. This implementation additionally allows for |
nothing calls this directly
no outgoing calls
no test coverage detected