1
2
3
4
5
/// The error module, which contains information about different errors and also handles them.
pub mod error;

/// The error_kind module, which contains the ErrorKind enum. This enum describes the various kinds of errors that can occur.
pub mod error_kind;