sieve-parser 0.1.2

Parsing the Sieve language and exporting an abstract representation
Documentation
1
2
3
4
5
6
7
pub mod condition;
pub mod require;
pub mod stop;

pub use condition::ControlCondition;
pub use require::ControlRequire;
pub use stop::ControlStop;