Crate caribon [] [src]

Structs

Ast

The internal representation of the document.

Error

Caribon error type (just a String currently)

Parser

Parser which can load a string, detects repetition on it and outputs an HTML file.

Enums

Word

Word type: some inner representation used by Parser.

Type Definitions

Result

Caribon Result, used by some functions