rs-histver 0.3.0

Library for querying Rust historical release versions (stable/beta/nightly)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#[cfg(feature = "cli")]
mod config;
#[cfg(feature = "cli")]
mod database;

pub mod fetcher;

#[cfg(feature = "cli")]
pub use config::Config;
#[cfg(feature = "cli")]
pub use config::ConfigBuilder;
#[cfg(feature = "cli")]
pub use database::Db;