cef2hashmap 0.1.4

A Simple CEF Parser to a HashMap
Documentation
1
2
3
4
5
6
7
8
9
mod to_map;
pub use to_map::CefToHashMap;

#[cfg(test)]
mod tests;

mod error;
pub use error::Error;
pub type Result<T> = std::result::Result<T, error::Error>;