vyre-libs 0.6.2

vyre Category A library ecosystem - pure-IR compositions over vyre-ops hardware primitives
Documentation
1
2
3
4
5
6
7
8
//! Compatibility re-export for the DFA compile surface.
//!
//! The compile data model lives in `vyre-primitives` so decode and
//! other lower-level dialects do not depend on `vyre-libs::matching`.

pub use vyre_primitives::matching::{
    dfa_compile, dfa_compile_with_budget, CompiledDfa, DfaCompileError, DEFAULT_DFA_BUDGET_BYTES,
};