Explorar o código

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

Isis Lovecruft %!s(int64=8) %!d(string=hai) anos
pai
achega
d9c877a6e5
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/rust/external/lib.rs

+ 1 - 0
src/rust/external/lib.rs

@@ -15,4 +15,5 @@ pub mod crypto_digest;
 mod crypto_rand;
 mod external;
 
+pub use crypto_rand::*;
 pub use external::*;