sprout 1.0.0

A rust crate for growing simple, but beautiful AST trees 🌳
Documentation
1
2
3
4
5
6
7
mod sequence_view;
mod match_graph;
mod match_graph_builder;

pub use sequence_view::*;
pub use match_graph::*;
pub use match_graph_builder::*;