Skip to main content

torii_lib/
lib.rs

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