소스 검색

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