[][src]Module kas::string

Text processing

The functionality here is deliberately a quick hack to get things working. Hopefully it can be replaced with a real mark-up processor without too much API breakage.

Structs

AccelString

An accelerator key string

LabelString

A label string

Type Definitions

CowString

Convenience definition: Cow<'static, str>

CowStringL

Convenience definition: Cow<'a, str>