narc/
lib.rs

1mod extract;
2
3// == Public API ==
4pub use crate::extract::Extractor;