createrepo_rs 0.1.0

🦀 Pure Rust implementation of createrepo_c — generates RPM repository metadata (repodata). Drop-in replacement with identical output, zero FFI.
Documentation
1
2
3
4
5
6
7
8
pub mod cli;
pub mod compression;
pub mod db;
pub mod pool;
pub mod rpm;
pub mod types;
pub mod walk;
pub mod xml;