asciidoc_parser

Module strings

Source
Expand description

String types that facilitate parsing.

Structs§

  • An inline string that can contain almost three words of UTF-8 text.
  • Returned when trying to convert a &str into a InlineStr but it fails because it doesn’t fit.

Enums§

  • A copy-on-write string that can be owned, borrowed or inlined.