From ab992b1eade7b954c0691c836d311076e27627b1 Mon Sep 17 00:00:00 2001 From: Fenrir Date: Sun, 11 Feb 2018 22:07:47 -0700 Subject: [PATCH] Clean up the README a bit more --- ctr-std/README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/ctr-std/README.md b/ctr-std/README.md index 1cd8aa7..e30e54f 100644 --- a/ctr-std/README.md +++ b/ctr-std/README.md @@ -4,9 +4,8 @@ A work-in-progress port of the Rust Standard Library for the Nintendo 3DS, based This library aims to mimick the Rust standard library's public interface as closely as possible, exposing functionality that is common between the 3DS and other platforms. System-specific functionality such as control input, save file management, GPU features, and so forth are implemented in `ctru-rs`. -## Implemented modules +## Working modules -# Stable modules * `any` * `ascii` * `borrow` @@ -55,8 +54,6 @@ This library aims to mimick the Rust standard library's public interface as clos * `u64` * `usize` * `vec` - -# Nightly modules * `heap` * `i128` * `intrinsics` @@ -64,9 +61,9 @@ This library aims to mimick the Rust standard library's public interface as clos * `u128` # Partially working modules -* `env` argc/argv can be implemented but have not been yet * `net` Anything not involving IPv6 should work after initializing the `Soc` service in `ctru-rs` * `os` The modules in here should work, but they aren't well-tested -# Non-functional modules +# Non-working modules +* `env` argc/argv can be implemented but have not been yet * `process` Unable to be implemented due to platform incompatibilities