use formatcp;
pub
pub
pub
pub
/// All errors that you might get from httpdirectory library
/// Module that allows one to get http directories
/// in a structure with convenient methods
/// Module to deal with `HttpDirectoryEntry` enum that tells whether the
/// `Entry` is a Parent directory, a directory or a file.
/// Module that helps storing all information about the entry (name, date, size and link)
/// Module that will give access to a structure that will contain some statistics
/// about an `HttpDirectory` by calling its `stats()` method
/// User Agent used by httpdirectory that should be formatted
/// "httpdirectory/{}" where {} is the version of the library
pub const HTTPDIR_USER_AGENT: &str = formatcp!;