Pārlūkot izejas kodu

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

Isis Lovecruft 6 gadi atpakaļ
vecāks
revīzija
d9c877a6e5
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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::*;