bevy_state_plugin_generator 1.4.4

A build-dependency that generates a Bevy State Plugin from a simple state definition.
Documentation
1
2
3
4
5
6
# parsing

Parsing is implemented using [`nom`](crates.io/nom). The result of a successfully
parsed text is the root `Node` which contains any children.

See the [tests](./tests.rs) for detailed examples of parsing behavior.