mirror of
https://github.com/treeform/encode
synced 2026-01-14 18:31:47 +00:00
No description
| .github/workflows | ||
| src | ||
| tests | ||
| encode.nimble | ||
| LICENSE | ||
| README.md | ||
Encode
nimble install encode
This library has no dependencies other than the Nim standard libarary.
About
This is a "pure" module with a stricter API utf8, utf16, and utf32 focused API.
Aimed to be a better version of the encodings module.
Because:
- Does not depend on
libiconvorwindows API. - On windows it supports UTF16 big endian.
- API is more clear.