rs-histver 0.1.1

A CLI tool to query Rust historical release versions with local redb cache
1
2
3
4
5
6
7
mod config;
mod database;

pub mod fetcher;

pub use config::Config;
pub use database::Db;