rs-histver 0.4.2

Library for querying Rust historical release versions (stable/beta/nightly)
Documentation
1
2
3
4
5
6
7
#[cfg(feature = "cli")]
pub mod display;
#[cfg(feature = "cli")]
pub mod handler;

#[cfg(feature = "cli")]
pub use handler::App;