rs-histver 0.2.1

A CLI tool and library for querying Rust historical release versions with local redb cache
Documentation
1
2
3
4
5
6
7
8
mod config;
mod database;

pub mod fetcher;

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