rs-histver 0.1.0

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

pub use types::{Cli, Commands};