bzr 0.4.0

A CLI for Bugzilla, inspired by gh
Documentation
1
2
3
4
5
6
7
8
9
//! Output formatting modules.
//!
//! Command modules import resource writers from their owning leaf module so
//! unused facade exports do not accumulate as output formats change.

mod formatting;
pub(crate) mod resources;
pub(crate) mod result_types;
pub mod writers;