gitea-sdk-rs 0.1.0

Rust SDK for the Gitea API
Documentation
1
2
3
4
5
6
7
8
9
10
// 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.

//! Internal HTTP pipeline utilities.

pub(crate) mod escape;
pub(crate) mod http;
pub(crate) mod query;
pub(crate) mod request;