kataru 0.1.14

Kataru - the YAML-based dialogue engine for game development.
Documentation
mod attributes;
mod bookmark;
mod branches;
mod choices;
mod command;
mod config;
mod dialogue;
mod line;
mod map;
mod operator;
mod section;
mod state;
mod story;

pub use attributes::{AttributeExtractor, AttributedSpan, Attributes};
pub use bookmark::{Bookmark, Position};
pub use branches::Branches;
pub use choices::{ChoiceTarget, Choices, RawChoice, RawChoices};
pub use command::{
    Command, CommandGetters, Params, PositionalCommand, PositionalParams, RawCommand,
};
pub use config::{CharacterData, Config};
pub use dialogue::Dialogue;
pub use line::{line_len, Call, Input, Line, RawLine, Return, SetCommand};
pub use map::{Entry, Map};
pub use operator::{AssignOperator, Operator};
pub use section::{QualifiedName, Section, GLOBAL};
pub use state::{State, StateMod};
pub use story::{Passage, Passages, Story};