Popular repositories
-
tango
Markdown-based Literate programming in Rust, integrated with Cargo.
-
rust-curses
Rust interface to terminal curses library / libraries.
-
tango-demo
Demonstration crate for the tango literate programming tool.
-
rust-glm
Port of (subset of) GLM to Rust
-
rust-examples-icfp2014
Some tutorial-style examples of Rust programs
-
cyot
Choose Your Own Tutorial. Currently Rust centric.
729 contributions in the last year
Contribution activity
January 2017
- Ref suggestion
- Fix invalid module suggestion
- resolve: clean up the semantics of `self` in an import list
- Update nomicon on drop flags
- libstd: replace all `try!` with `?` in documentation examples
- Replace uses of `#[unsafe_destructor_blind_to_params]` with `#[may_dangle]`
- Fix transmute::<T, U> where T requires a bigger alignment than U
- Dont check stability for items that are not pub to universe.