This commit is contained in:
trisua 2025-05-30 20:29:49 -04:00
commit be90578707
10 changed files with 1092 additions and 0 deletions

2
src/lib.rs Normal file
View file

@ -0,0 +1,2 @@
pub mod core;
pub use core::parser::document as parse;