Skip to content

Commit cc02a80

Browse files
author
James Munns
committed
Add cost of formatting blog post
1 parent 349bfdf commit cc02a80

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/2020-01-01-newsletter-22.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,14 @@ If you want to mention something in [the next newsletter], send us a pull reques
3131
- [@andre-richter] added a new tutorial for the `Operating System development tutorials in Rust on the Raspberry Pi` series:
3232
- Tutorial 13: [Integrated Testing](https://github.com/rust-embedded/rust-raspi3-OS-tutorials/tree/master/13_integrated_testing) - Kernel `Unit tests`, `Integration tests` and `Console tests` using `QEMU`.
3333
- [@jamesmunns] sketched out a few introductory notes about foundational Embedded Rust Crates like `r0`, `cortex-m`, `PAC`s, and `HAL`s. See [part 1] and [part 2] on Twitter!
34+
- [@jamesmunns] wrote about the cost of [Formatting in Embedded Rust] as part of the [#rust2020] effort, and how to reduce code size while maintaining panic debug-ability
3435
- [Craig Bishop] wrote an overview of [Getting Started on the STM32L0], which contains an excellent breakdown of what makes up an Embedded Rust project
3536

3637
[@jamesmunns]: https://twitter.com/bitshiftmask
3738
[part 1]: https://twitter.com/bitshiftmask/status/1210714309124186112
3839
[part 2]: https://twitter.com/bitshiftmask/status/1211031300531986432
40+
[Formatting in Embedded Rust]: https://jamesmunns.com/blog/fmt-unreasonably-expensive/
41+
[#rust2020]: https://twitter.com/hashtag/rust2020
3942
[Craig Bishop]: https://github.com/craigjb
4043
[Getting Started on the STM32L0]: https://craigjb.com/2019/12/31/stm32l0-rust/
4144

0 commit comments

Comments
 (0)