@@ -6,12 +6,12 @@ in_search_index = true
6
6
template = " page.html"
7
7
+++
8
8
9
- This year the [ embedded WG] set out to build the solid foundation that the
9
+ This year the [ Embedded WG] set out to build the solid foundation that the
10
10
embedded Rust ecosystem requires to thrive. As we approach the date of the 2018
11
11
edition release we reflect on our progress and share our achievements with you
12
12
in this post.
13
13
14
- [ embedded WG] : https://github.com/rust-embedded/wg
14
+ [ Embedded WG] : https://github.com/rust-embedded/wg
15
15
16
16
## Embedded Rust on stable
17
17
@@ -40,11 +40,11 @@ documentation that relies on unstable features for a long period of time has
40
40
been an uphill battle so newcomers have often run into outdated docs.
41
41
42
42
But now that stable embedded Rust is here we have put together an authoritative
43
- resource for getting started with embedded Rust: [ the embedded Rust book ] . We
43
+ resource for getting started with embedded Rust: [ The Embedded Rust Book ] . We
44
44
have put a lot of effort in making the first experience as frictionless as
45
45
possible with the help of [ templates] and [ tooling] .
46
46
47
- [ the embedded Rust book ] : https://docs.rust-embedded.org/book
47
+ [ The Embedded Rust Book ] : https://docs.rust-embedded.org/book
48
48
[ templates ] : https://github.com/rust-embedded/cortex-m-quickstart
49
49
[ tooling ] : https://github.com/rust-embedded/cargo-binutils
50
50
@@ -55,7 +55,7 @@ experience into patterns and tips that we are adding to this book.
55
55
56
56
## Resources for everyone
57
57
58
- The embedded Rust book is aimed at people that have some experience with
58
+ The Embedded Rust Book is aimed at people that have some experience with
59
59
embedded development, but we recognize that Rust has great potential for
60
60
becoming people's first choice for getting their feet wet with embedded
61
61
development so we have updated and will continue to work on resources, like [ the
@@ -128,4 +128,4 @@ ARM Cortex-R, MSP430 and RISCV. We'll continue to work on getting these
128
128
targets on parity with the ARM Cortex-M target during the next year.
129
129
130
130
Here's to a 2019 with * more* embedded Rust success stories (yes, "more"; wait
131
- for the upcoming revamped rust-lang website ;-). Happy embedded hacking!
131
+ for the upcoming revamped rust-lang website ;-)) . Happy embedded hacking!
0 commit comments