jj-ryu 0.0.1-alpha.8

Stacked PRs for Jujutsu with GitHub/GitLab support
Documentation
1
2
3
4
5
6
7
//! jj-lib workspace wrapper
//!
//! Provides a high-level interface to jj repository operations.

mod workspace;

pub use workspace::{JjWorkspace, select_remote};