tinyjuice 0.2.1

Pluggable token compression for OpenHuman.
Documentation
1
2
3
4
5
6
7
8
//! Rule loading, compilation, and the built-in rule set.

pub mod builtin;
pub mod compiler;
pub mod loader;

pub use compiler::compile_rule;
pub use loader::{LoadRuleOptions, load_builtin_rules, load_rules};