rsaeb 0.5.0

A no_std + alloc interpreter for A=B ordered rewrite programs.
Documentation
1
2
3
4
5
6
7
8
9
//! Borrowed inspection views for parsed rules and payloads.
//!
//! These types describe parsed program structure without exposing the internal
//! rule table or runtime execution state.

pub use crate::rule::{
    PayloadView, RuleActionView, RuleAnchor, RuleCount, RuleNumber, RulePosition, RuleRepeat,
    RuleView,
};