lex-core 0.8.2

Parser library for the lex format
Documentation
1
2
3
4
5
6
//! Treeviz format module declaration

#[allow(clippy::module_inception)]
pub mod treeviz;

pub use treeviz::{to_treeviz_str, TreevizFormatter};