stax 0.29.4

Fast stacked Git branches and PRs
Documentation
1
2
3
4
5
pub mod client;
pub mod pr;
pub mod pr_template;

pub use client::{GitHubClient, PrActivity, ReviewActivity};