fastexpr-rs 1.0.2

A tiny, fast Javascript expression parser
Documentation
1
2
3
4
pub use parser::*;

pub mod lexer;
pub mod parser;