Expand description
§μStyle || Micro Style
A text-styling library for Rust no_std embedded targets.
See the README.md for more information.
Modules§
- decode
- Decoding functionality for decoding μStyle strings.
- encode
- Encoding functionality for encoding μStyle strings.
Structs§
- Attributes
- Text attributes for μStyle, represented as a bitflag.
- Span
- A span of text coupled with the texts style.
- Style
- The style of a μStyle string.
Enums§
- Color
- Colors of μStyle, each assigned a unique byte.
Constants§
- DESCRIPTOR_
LEN - The length of the encoded start tag string.
- END
- End character for a μStyle string.
- START
- Start character for a μStyle string.
- STYLE_
LEN - The length of a style written into bytes.