Преглед на файлове

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

Isis Lovecruft преди 6 години
родител
ревизия
d9c877a6e5
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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::*;