Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,12 @@ Dive into the world of systems programming with Rust and create robust and secur

Accelerate your Rust development with reusable libraries, and build a game development toolkit that helps you quickly create games using the Bevy Engine. Improve your code with testing, benchmarking, and optimization. Unlock Rust’s trait and generic metaprogramming systems to develop code that adapts to fit your needs. Customize libraries with feature flags, and customize language syntax with macros. Master concurrency with threads and asynchronous programming. Structure your programs with reusable state management, menus, user interface elements, and asset management. Quickly build games with reusable physics and collision detection. Make your games pop with animations, particles, and rendering tricks, including parallax layering.

### [Embedded Software with Rust](https://www.manning.com/books/embedded-software-with-rust)

<img src="https://images.manning.com/book/5/89c37a8-73e8-4ac2-bbab-d9666a5db7a5/Cabanis-MEAP.jpg" width="120px"/>

A practical introduction to building firmware that is fast, efficient, and far safer than traditional embedded software written in C or C++.

**Resources**
====

Expand All @@ -669,4 +675,4 @@ Your contributions are always welcome, just follow [the rules](https://github.co

License
====
This work is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
This work is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
Loading