forked from Orchid/orchid
Public API and docs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user