diff options
| author | Fenrir <[email protected]> | 2017-03-08 01:34:30 -0700 |
|---|---|---|
| committer | Fenrir <[email protected]> | 2017-03-10 20:14:08 -0700 |
| commit | 3e1d15c34c6063e6c87ae4e3256009753df1a941 (patch) | |
| tree | 184261b8f26314487f938445476522c4941e8739 /ctr-std/src/lib.rs | |
| parent | Merge pull request #24 from FenrirWolf/unit_type (diff) | |
| download | ctru-rs-3e1d15c34c6063e6c87ae4e3256009753df1a941.tar.xz ctru-rs-3e1d15c34c6063e6c87ae4e3256009753df1a941.zip | |
Add fs module
Diffstat (limited to 'ctr-std/src/lib.rs')
| -rw-r--r-- | ctr-std/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ctr-std/src/lib.rs b/ctr-std/src/lib.rs index 307bb3c..ca761ee 100644 --- a/ctr-std/src/lib.rs +++ b/ctr-std/src/lib.rs @@ -145,6 +145,7 @@ pub mod f64; #[macro_use] pub mod thread; pub mod ascii; +pub mod fs; pub mod collections; pub mod error; pub mod ffi; |