stax 0.29.4

Fast stacked Git branches and PRs
Documentation
1
2
3
4
5
pub mod metadata;
pub mod stack;

pub use metadata::{BranchMetadata, PrInfo};
pub use stack::Stack;