rand04_compat/rand04/src/lib.rs

9 lines
249 B
Rust

//! # 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.
#![no_std]
pub use rand::*;