Public API and docs

This commit is contained in:
2023-05-26 15:23:15 +01:00
parent 3c1a6e2be2
commit fdf18e6ff8
99 changed files with 503 additions and 406 deletions

View File

@@ -1,5 +1,6 @@
//! Substitution rule processing
mod matcher;
mod matcher_second;
mod matcher_vectree;
mod prepare_rule;
mod repository;
mod rule_error;
@@ -7,6 +8,7 @@ mod state;
mod update_first_seq;
mod vec_attrs;
pub use matcher_second::AnyMatcher;
pub use matcher::Matcher;
pub use matcher_vectree::VectreeMatcher;
pub use repository::{Repo, Repository};
pub use rule_error::RuleError;