error_doc/
lib.rs

1pub use error_doc_impl::error_doc;
2
3#[cfg(feature = "thiserror")]
4pub use error_doc_impl::errors;
5
6#[cfg(feature = "thiserror")]
7pub use thiserror;