gitea-sdk-rs 0.1.0

Rust SDK for the Gitea API
Documentation
// Copyright 2026 infinitete. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.

//! Request option types for all Gitea API endpoints.

pub mod action;
pub mod admin;
pub mod hook;
pub mod issue;
pub mod miscellaneous;
pub mod notification;
pub mod oauth2;
pub mod org;
pub mod package;
pub mod pull;
pub mod release;
pub mod repo;
pub mod status;
pub mod user;