rustine 0.1.1

High-performance Gel syntax parser transforming to JSON/XML (Rust + PyO3)
Documentation
1
2
3
4
//! Core parser state (reserved for future caching / streaming context).

#[derive(Default)]
pub struct GelCore;