torii-lib 0.0.1

Domain library of the torii git client. Name reserved — the real library lands with the gitorii workspace split (lib+bin). Part of the Gitorii ecosystem (gitorii.com · torii.sh).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! # torii-lib
//!
//! Domain library of the **torii** git client (the `gitorii` package):
//! VCS operations, platform clients (GitHub / GitLab / Gitea / Sourcehut /
//! Radicle / Bitbucket / Azure), multi-repo workspaces, config and auth.
//!
//! This version is a **name reservation**: the real library is being
//! extracted from the `gitorii` workspace (lib + bin split) and will be
//! published here. Until then, install the client itself:
//!
//! ```text
//! cargo install gitorii
//! ```
//!
//! Part of the Gitorii ecosystem — <https://gitorii.com> · <https://torii.sh>