//! MicroRapid library for programmatic access
pubmodcli;pubmodcollections;pubmodcore;pubmodutils;// Make parser public for the agent
pubusecrate::core::parser;// Python bindings module
#[cfg(feature ="python")]pubmodpython_lib;// WASM bindings module
#[cfg(feature ="wasm")]pubmodwasm_lib;