Expand description
Human-friendly notation for Unicode symbols.
§Model
A Symbol is a collection of one or more variants. Each variant is
identified by a set of modifiers and has a string as its
value. The modifiers themselves can in principle be any non-empty strings
that don’t contain the character ., but codex only defines ones that are
entirely made of ASCII alphabetical characters.
Modules§
- styling
- Style mathematical symbols in Unicode.
Structs§
- Binding
- A definition bound in a module, with metadata.
- Modifier
Set - A set of modifiers.
- Module
- A module of definitions.
Enums§
- Def
- A definition in a module.
- Symbol
- A symbol, either a leaf or with modifiers and optional deprecation.