rust: Export crypto_rand::* functions from our external crate.

This commit is contained in:
Isis Lovecruft
2018-05-15 02:05:14 +00:00
parent aab626405c
commit d9c877a6e5
+1
View File
@@ -15,4 +15,5 @@ pub mod crypto_digest;
mod crypto_rand;
mod external;
pub use crypto_rand::*;
pub use external::*;