RFCs
A collection of RFC documents I’ve written for Rust (and, possibly, other projects in the future?)
I occasionally have ideas about improvements to the Rust language. Here are some of them. One was rejected outright, one has been accepted and stalled in implementation, and I can’t remember if I even submitted the rest or not.
If I were a better person I’d go implement them but, oh well.
Articles
-
Convert Trait
()
Create a partner trait to
Fromthat allows conversion in a method chain. Available in thetapcrate now. -
Cargo Book
()
A draft RFC for adding a
booksubcommand to Rust’s Cargo tool. -
Crate Directory
()
A draft RFC for solidifying the library usage mechanisms for non-Cargo Rust projects.
-
Lint Level Reasons
()
A draft RFC for attaching rationale directly to lint attributes.
-
Unless, Until
()
A draft RFC for adding
unlessanduntilkeywords to Rust. Rejected.