1 unstable release
0.0.0 | Feb 11, 2021 |
---|
#6 in #restricted
86KB
2K
SLoC
This is not yet even an early experiment! The Restricted Text format is actively evolving and the code doesn't work at all yet!
restricted-text
defines several utilities for working with a subset of Unicode
called Restricted Text:
-
RestrictedString
andRestrictedStr
are similar toTextString
andTextStr
using Restricted Text. Restricted Text excludes some forms of visual ambiguity. -
RestrictedReader
andRestrictedWriter
are input and output streams which use the Restricted Text format. On input and output, non-restricted content is diagnosed as errors. -
RestrictedDuplexer
is aDuplex
for reading and writing on an interactive stream using Restricted Text.
Dependencies
~1.3–1.7MB
~48K SLoC