Port the standard crates to PNaCl/NaCl.
This commit is contained in:
parent
8d86d1a4e1
commit
a7d93c939a
16 changed files with 272 additions and 298 deletions
|
@ -8,6 +8,8 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![cfg_attr(target_os = "nacl", allow(dead_code))]
|
||||
|
||||
use env;
|
||||
use io::prelude::*;
|
||||
use io;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue