Hands-On Functional Programming in Rust

Autor: Andrew Johnson

Tema: COM051070 - COMPUTERS / Programming Languages / C++; COM051300 - COMPUTERS / Programming / Algorithms; COM051210 - COMPUTERS / Programming / Object Oriented

Editorial: Packt Publishing

Explore the support Rust offers for creating functional applications in Rust. Learn about various design patterns, implementing concurrency, metaprogramming, and so on in the process

About This Book

  • Learn generics, organization, and design patterns in functional programming
  • Modularize your applications and make them highly reusable and testable using functional design patterns
  • Get familiar with complex concepts such as metaprogramming, concurrency, and immutability

    Who This Book Is For

    This book is for Rust developers who are comfortable with the language and now want to improve their coding abilities by learning advanced functional techniques to enhance their skillset and create robust and testable apps.

    What You Will Learn

  • 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...