ripex 0.2.0

Multi-language structural parsing and fact extraction.
Documentation
1
2
3
4
5
6
pub mod pass;
pub mod pipeline;
pub mod plugins;

pub use pass::TransformPass;
pub use pipeline::TransformPipeline;