rs-histver 0.1.1

A CLI tool to query Rust historical release versions with local redb cache
1
2
3
4
mod display;
mod handler;

pub use handler::App;