-
Notifications
You must be signed in to change notification settings - Fork 185
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
Chapter Title Freeze for Rust Website #52
Comments
CC @rust-embedded/resources |
I should note that the most important things to stabilize here are:
|
Could I propose we don't put |
Also, for consistency, maybe we should rename #8 to 'Concurrency'? (Or rename the directory to dynamic_data_structures?) |
'Collections'? |
@thejpster It is possible, I am full of lies. For example:
|
@rust-embedded/resources So I would propose the following:
This leaves one open question IMO: Do we want to use the
If we decide on this today, I will fix the links in the website, and I will add comments in the |
At the end the rust-embedded.org link will be https://docs.rust-embedded.org/book/intro/no-std, right? So there won't be a bookshelf (or docs) in the path. |
This can probably be closed, modulo two issues:
|
25: This year in embedded Rust r=jamesmunns a=japaric This is the blog post I mentioned during the last meeting. I'd like to publish it next Wednesday. All kind of feedback is welcomed! Let me know if there's something you'd like to see mentioned in this post. Blockers for publishing this: - [x] docs.rust-embedded.org links should be up and running. This seems good to go for now but has been a bit flaky. We should keep an eye on it. cc @rust-embedded/infrastructure - [x] book: remove empty chapters, chapter title freeze as per rust-embedded/book#52, move type state under static guarantees @jamesmunns - [x] book/getting-started: add semihosting section. @japaric - [x] book/getting-started: add registers section. @japaric / @thejpster -- see rust-embedded/book#76 - **[postponed]** book/getting-started: add ~device /~ interrupt section but this is blocked on svd2rust 0.14.0 so may not happen until after the blog post. @therealprof will work on this. - [x] book/peripherals: merge the current getting-started/registers into this chapter. @jamesmunns / @thejpster -- see rust-embedded/book#76 - [x] rename new-book. @ryankurte Additionally we might want to include these two in this post: - **[postponed]** awesome-embedded-rust: "does this compile on stable?" community effort. What: Make an issue with instructions (add version badge to each crate in the list?) and link to it from the blog post. I suggested this before. @rust-embedded/resources do you want to tackle this? - [x] wg: 2019 wishlist What: Make an issue collecting people thoughts on what should we focus on next year: ecosystem gaps that need to be filled, docs that need to be written, unstable stuff that should prioritized for stabilization, language feature requests. @rust-embedded/all thoughts? we'll probably have the "call for 2019 blog post" soon, in any case. Should we run an informal survey ourselves, or just watch over the incoming blog posts? Co-authored-by: Jorge Aparicio <jorge@japaric.io>
Done in #92 |
On the upcoming Rust website revision, we link to sections of the embedded book. We need to finalize/freeze these chapter names, so the links will be consistent (for now):
The text was updated successfully, but these errors were encountered: