瀏覽代碼

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::*;