use-script
Small writing script subtag primitives for RustUse.
Example
use ;
let script = parse_script_code.unwrap;
assert_eq!;
assert!;
Scope
- Validate 4-letter script subtags.
- Normalize script subtags to title case.
- Provide a small
ScriptCodenewtype for validated script subtags.
Non-goals
- Unicode text shaping.
- Font selection.
- Transliteration.
- Script detection.
License
Licensed under either of the following, at your option:
- Apache License, Version 2.0
- MIT license