guts-compat
Git and GitHub compatibility layer for Guts.
Overview
This crate provides compatibility with existing Git workflows:
- Personal Access Tokens - API authentication
- User Management - Profile and settings
- Releases - Tagged releases with assets
- Contents API - File access via REST
Usage
use ;
// Create a personal access token
let token = generate?;
// Create a release
let release = new?;
Part of Guts
This crate is part of Guts, a decentralized, censorship-resistant alternative to GitHub built on BFT consensus.
License
MIT OR Apache-2.0