-
Notifications
You must be signed in to change notification settings - Fork 303
Add 1.0 announcement #56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
r? @huonw (rust_highfive has picked a reviewer for you, use r? to override) |
The filename should probably have a lower case r |
requiring a garbage collector or runtime, making it possible to | ||
[use Rust libraries as a "drop-in replacement" for C][ffi]. If you'd | ||
like to experiment with Rust, the | ||
["Getting Started" section of the Rust book][book] is your best bet. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So, http://killercup.github.io/trpl-ebook/ is also a thing. It's not official, but it is really nice to read.
@steveklabnik all the other file names have capital letters...? |
@nikomatsakis I looked at 'trait's, which is the only one without ahahahaha |
|
||
That said, releasing 1.0 doesn't mean that the Rust language is | ||
"done". We have many [improvements in store][priorities]. In fact, the | ||
Nightly builds of Rust already demonstrates [improvements to][24965] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Nightly builds of Rust already demonstrates" should be "Nightly builds of Rust already demonstrate"
This currently has a broken list regarding caveats; I am working on producing the RFC I intended to link to right now. :)