Appendix 1. Other Books You May Enjoy
If you enjoyed this book, you may be interested in these other books by Packt:
Hands-On Concurrency with Rust Brian L. Troutwine
ISBN: 9781788399975
- Probe your programs for performance and accuracy issues
- Create your own threading and multi-processing environment in Rust
- Use coarse locks from Rust’s Standard library
- Solve common synchronization problems or avoid synchronization using atomic programming
- Build lock-free/wait-free structures in Rust and understand their implementations in the crates ecosystem
- Leverage Rust’s memory model and type system to build safety properties into your parallel programs
- Understand the new features of the Rust programming language to ease the writing of parallel programs
If you enjoyed this book, you may be interested in these other books by Packt:
Hands-On Functional Programming in RUST Andrew Johnson
ISBN: 9781788839358
- How Rust supports the use of basic Functional Programming principles
- Use Functional Programming to handle concurrency with elegance
- Read and interpret complex type signatures for types and functions
- Implement powerful abstractions using meta programming in Rust
- Create quality code formulaically using Rust's functional design patterns
- Master Rust's complex ownership mechanisms particularly for mutability