Learn rust practical guide (2 Ergebnisse)

Titel
Mit der Detailsuche verfeinern

Optimieren Sie Ihre Suche

  • Bücher (2)

  • Neu (2)

bis

Benutzerdefinierte Preisspanne (EUR)

bis

    • Sprache: Englisch

      Verlag: Independently published, 2024

      9798884741300

      • Softcover

      Anbieter: Ria Christie Collections, Uxbridge, Vereinigtes KönigreichRia Christie Collections

      Verkäufer/-in mit 5 Sternen
      Verkäufer/-in kontaktieren

      Zustand: Neu

      EUR 14,75

      EUR 13,14 Versand 
      Versand von Vereinigtes Königreich nach USA

      Anzahl: Mehr als 20 verfügbar

      Zustand: New. In.

    • Zustand: Neu

      EUR 26,87

      EUR 30,50 Versand 
      Versand von Deutschland nach USA

      Anzahl: 2 verfügbar

      Taschenbuch. Zustand: Neu. Neuware - Start Rust with a clear beginner path: understand the fundamentals, build real command-line projects, and use AI tools without losing sight of how the language works.Rust is known for speed, safety, and reliability, but beginners often meet it through ownership errors, unfamiliar tooling, and compiler messages that feel hard to decode. A Simple Guide to Rust gives you a practical route through that friction, so you can write small programs, understand what the compiler is telling you, and build towards complete command-line projects with confidence.This book is written for students, junior software engineers, and keen hobbyists who are new to Rust but ready to learn by doing. You start with a working Rust setup and a simple Cargo workflow, then add each core idea when it helps you write clearer code, fix errors, organise data, or make a program more reliable.The learning path is deliberately practical. Instead of racing through syntax, the book builds from first principles through ownership, borrowing, functions, structs, enums, collections, error handling, testing, formatting, and linting, always with the aim of helping you understand why the code works.The book also gives you a sensible AI-assisted workflow for learning Rust. You will practise asking focused questions, checking suggested fixes against compiler messages, comparing generated code with official documentation, and testing changes before trusting them. AI is treated as support for understanding and debugging, not as a shortcut around the fundamentals.Across the book, you move from small examples to complete command-line work. You build a compact card-list tool, then bring the main ideas together in a Mini Kanban CLI capstone with boards, columns, cards, persistence, command handling, and project polish.Inside you will learn how to: - Create, run, and manage Rust projects with rustup, cargo, and local documentation- Write small programs using functions, control flow, and data you can explain clearly- Understand ownership, borrowing, references, slices, and lifetimes without getting buried in jargon- Model real program state with structs, enums, methods, modules, and pattern matching- Use String, vectors, hash maps, iterators, Option, and Result in practical beginner code- Turn compiler diagnostics, tests, formatting, Clippy, and documentation into everyday coding support- Build and polish command-line projects that bring the main Rust ideas togetherBy the end, you will not have memorised every corner of Rust, and you will not need to. You will have a working foundation, hands-on project experience, and a repeatable way to keep improving through code, compiler feedback, documentation, tests, and thoughtful AI-assisted practice.