[](https://crates.io/crates/lichen)
[](LICENSE)
[](https://travis-ci.org/viperscape/lichen)
###### note: I am currently debating an overhaul of design and interface, this crate is likely to undergo change
### Scripting DSL (for Dialogue Graphs, et al)
- provide binding to rust structure and methods
- logic to control flow between nodes
- guards for prereqs
### crates.io
```toml
[dependencies]
lichen = "0.3"
```
### Documentation
- [Usage](https://github.com/viperscape/lichen/blob/master/docs/usage.md)
- [Syntax rules](https://github.com/viperscape/lichen/blob/master/docs/syntax.md)
- [Crate documentation](https://docs.rs/lichen/)
### Examples
- [Multiple examples](https://github.com/viperscape/lichen/blob/master/examples/)
- [Tests](https://github.com/viperscape/lichen/tree/master/tests) provide a great example set to review
### Showcase
[Online interactive stories](http://inter.stratisgame.com)