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
From
that allows conversion in a method chain. Available in thetap
crate now. -
Cargo Book
()
A draft RFC for adding a
book
subcommand 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
unless
anduntil
keywords to Rust. Rejected.