illustration for Create a Digital Garden CLI with Rust
pro

Create a Digital Garden CLI with Rust

Instructor

Chris Biscardi

1h 10m closed-captioning
·
18 lessons
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
4.7
72
people completed
Published 4 years ago
|
Updated 4 years ago

In this course, Chris takes a README-driven approach to build out a Rust CLI that supports content authoring for a digital garden.

Specifically, you'll work through the first command for the CLI, writing files. You start by initializing a new Cargo binary crate by creating the write command that allows you to create files (and their contents) to the folder that you set.

What you'll learn:

  • Handle user input
  • Error handling
  • Rust move semantics
  • Rust copy semantics
  • Integration testing

Course Content

1h 10m • 18 lessons

    You might also like these resources:

    illustration for Write Your First Program with the Rust Language
    Pascal Precht・22m・Course

    This course takes you from a blank app to learning about types, config files, and the cargo package manager along with topics like functions, loops and handling user input.

    illustration for Learning Rust by Working Through the Rustlings Exercises
    Chris Biscardi・1h 4m・Course

    This course walks you through Rustlings exercises in a way that explains what's going on in each exercise. We cover everything from basic types to generics and threading.

    illustration for Basic Types in Rust
    Pascal Precht・18m・Course

    This collection contains videos that explore in-depth the basic types that you use in Rust.