1
2
3
4
5
6
mod error;
pub use error::Error;
pub use error::Result;

mod internal;
pub use internal::from_rustdoc_json_str;