[][src]Crate bulletml

Modules

errors
parse

Structs

BulletML

Parsed representation of a BulletML document, ready to use by a Runner.

Runner

Elementary bullet runner. It is used either to run one single bullet or to run one or more "top" actions.

RunnerData

Set of data required during a BulletML run.

State

State information that can be used to call Runner::new_from_state or Runner::init_from_state when creating new bullets.

Traits

AppRunner

Application specific BulletML runner trait.