rand04_compat/rand04/src/lib.rs

9 lines
249 B
Rust
Raw Permalink Normal View History

2018-12-18 01:42:58 -08:00
//! # Re-export of rand 0.4
//!
//! This can be used instead of the deprecated [rand](https://crates.io/crates/rand) 0.4 in crates
//! that for reasons of compatibility need to depend on both a current version and 0.4.
2018-12-19 03:47:54 -08:00
#![no_std]
2018-12-18 01:42:58 -08:00
pub use rand::*;