syntax-tree 0.3.2

Tree structure managing syntax/format information for text
Documentation
1
2
3
4
5
mod change;
mod listener;

pub use change::Event;
pub use listener::Listener;