pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
/// The port to start scanning from if no ports were given.
pub const PORT_SCAN_LOWEST: u16 = 8000;
/// The port to end scanning at if no ports were given.
pub const PORT_SCAN_HIGHEST: u16 = 9999;
/// The app name and version to use with Server response header.
pub const USER_AGENT: &str = concat!;
/// Index file extensions to look for if `-i` was not specified and strippable extensions.
pub const INDEX_EXTENSIONS: & = &;
/// Maximum amount of symlinks to follow in any given path lookup.
pub const MAX_SYMLINKS: usize = 40;