[][src]Module kul::text

Text types that use the std library, including heap allocation. Also re-exports the core crate's module and premades.

Re-exports

pub use kul_core::text::*;
pub use kul_core::text::premade::*;

Modules

chunk

TextChunk types that use the std library, including heap allocation. Also re-exports the core crate's module and premades.

Structs

TextVec

A representation of texts that uses a Vec of chunks, that can work with any TextChunk type, and that is a TextConcat that can be used with [Parsers].