| Crates.io | guts-compat |
| lib.rs | guts-compat |
| version | 0.1.0 |
| created_at | 2025-12-23 10:38:14.732443+00 |
| updated_at | 2025-12-23 10:38:14.732443+00 |
| description | Git and GitHub compatibility layer for Guts code collaboration platform. |
| homepage | https://github.com/AbdelStark/guts |
| repository | https://github.com/AbdelStark/guts |
| max_upload_size | |
| id | 2001290 |
| size | 212,576 |
Git and GitHub compatibility layer for Guts.
This crate provides compatibility with existing Git workflows:
use guts_compat::{PersonalAccessToken, Release, User};
// Create a personal access token
let token = PersonalAccessToken::generate(user_id, scopes)?;
// Create a release
let release = Release::new("v1.0.0", "First stable release")?;
This crate is part of Guts, a decentralized, censorship-resistant alternative to GitHub built on BFT consensus.
MIT OR Apache-2.0