Popular repositories
-
rust
Forked from rust-lang/rust
A safe, concurrent, practical language.
Rust 1
-
dirs
A library for querying operating system specific directories
Rust 1
-
tiled
Forked from bjorn/tiled
A generic tile map editor
C++
-
rust-rfcs
Forked from rust-lang/rfcs
RFCs for changes to Rust
-
collect-rs
Forked from Gankro/collect-rs
Miscellaneous collections
Rust
-
rustaceans.org
Forked from nrc/rustaceans.org
Backing data for
201 contributions in the last year
Contribution activity
January 2017
- tbu-/steed Rust
Add `io::Error`
Copy-paste implementation from Rust 1.14.0, generate error codes from the Linux source code. Fix #6.
Fate of `last_os_error`
Since we don't have a C-style errno variable, what should we return from io::Error::last_os_error. Currently, it just panics.
Other options include…