Rust in Action

No cover

Tim McNamara: Rust in Action (2021, Manning Publications Co. LLC)

456 pages

English language

Published March 26, 2021 by Manning Publications Co. LLC.

ISBN:
978-1-63835-622-6
Copied ISBN!

View on OpenLibrary

2 stars (1 review)

1 edition

Review of 'Rust in Action' on 'Goodreads'

2 stars

I enjoyed parts of the is book, and I really wanted to love the whole of it. I really love the meandering rabbit-hole filled discussion of technical topics, and I don’t have a systems programming background so I was excited to learn more than just Rust here.

Unfortunately, I feel like some of the chapters and their projects landed much better than others. Building a chip8 emulator was really strong and the topics covered felt like the projects really nailed home some low level systems topics. But others like the clocks and timing chapter missed for me, and I’m not sure I understand NTP or time-keeping or any better than I did to start. I think chapters like the latter teach you to work with a specific framework or library implementation, and so the details talked about and hinted at but never shown actually take away from learning the core …