diff options
| author | Fenrir <[email protected]> | 2017-03-07 21:00:18 -0700 |
|---|---|---|
| committer | Fenrir <[email protected]> | 2017-03-11 22:32:55 -0700 |
| commit | 78754eb2903b68ad58c69befe9cc3420425facac (patch) | |
| tree | b473518c4a7c99a51443abce9a86ba9fac04c8c3 /ctr-std/src/sys/unix/mod.rs | |
| parent | Merge pull request #28 from FenrirWolf/fs (diff) | |
| download | archived-ctru-rs-78754eb2903b68ad58c69befe9cc3420425facac.tar.xz archived-ctru-rs-78754eb2903b68ad58c69befe9cc3420425facac.zip | |
Add HashMap and HashSet
Diffstat (limited to 'ctr-std/src/sys/unix/mod.rs')
| -rw-r--r-- | ctr-std/src/sys/unix/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ctr-std/src/sys/unix/mod.rs b/ctr-std/src/sys/unix/mod.rs index 5e44d34..4ac7a22 100644 --- a/ctr-std/src/sys/unix/mod.rs +++ b/ctr-std/src/sys/unix/mod.rs @@ -26,6 +26,7 @@ pub mod os_str; pub mod path; pub mod rwlock; pub mod thread; +pub mod rand; pub mod thread_local; pub mod time; |