dejavu_parser/
lib.rs

1#![deny(missing_debug_implementations)]
2#![doc = include_str!("../readme.md")]
3#![doc(html_logo_url = "https://raw.githubusercontent.com/oovm/shape-rs/dev/projects/images/Trapezohedron.svg")]
4#![doc(html_favicon_url = "https://raw.githubusercontent.com/oovm/shape-rs/dev/projects/images/Trapezohedron.svg")]
5
6pub use yggdrasil_rt::{YggdrasilNode, YggdrasilParser};
7
8pub mod dejavu;
9mod utils;
10
11pub use yggdrasil_rt::YggdrasilError;