vein 0.4.0

A fast, intelligent RubyGems proxy/mirror server written in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#![warn(
    rust_2024_compatibility,
    clippy::all,
    clippy::future_not_send,
    clippy::mod_module_files,
    clippy::needless_pass_by_ref_mut,
    clippy::unused_async
)]

pub mod catalog;
pub mod config;
pub mod db;
pub mod gem_metadata;
pub mod proxy;
pub mod quarantine;
pub mod upstream;