Skip to main content

Crate itack

Crate itack 

Source
Expand description

itack - Git-backed issue tracker library.

Re-exports§

pub use core::Config;
pub use core::Issue;
pub use core::Project;
pub use core::Status;
pub use error::ItackError;
pub use error::Result;

Modules§

cli
Clap argument definitions.
commands
Command implementations.
core
Core types and functionality.
error
Error types and exit codes for itack.
output
Table and JSON formatting.
storage
Storage layer for issues.