Crate bugbite

Source

Re-exports§

pub use self::error::Error;

Modules§

args
config
error
objects
query
service
time
traits
utils

Macros§

impl_api
Implement Api trait for given types.
is_terminal
Return true if a given file descriptor is a terminal/tty, otherwise false.

Type Aliases§

Result
A Result alias where the Err case is pkgcraft::Error.