Skip to content

alfredodeza/applied-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coursera Course

This repository is part of the Rust Fundamentals Coursera course and Systems Engineering specialization by Duke University

Applied Rust

Rust Bootcamp week 4: Applying Rust to build a library

This week, you will learn how to build a Rust library with Cargo and apply debugging, testing, and documentation patterns that are applicable in a professional setting. You'll use new Cargo commands to work with the library and you'll get an idea on how to work with Rust libraries in other projects. Finally, you'll work closely with public and private code and adding tests to it. The tests will help you verify your work and increase confidence for a solid release.

This is the last wee of the Rust Bootcamp. There are 4 weeks in total:

💡 Are you just looking for a 👉 Rust template to get started easily with a project? The template has everything you need!

Contents

This week uses an example use-case to create a Rust library from scratch. Instead of separate projects as examples, it uses one single example that you can use as a reference. All the code is in the ./examples directory. Make sure you have Rust installed and you are using Visual Studio Code.

This repository is Codespaces ready, and it is set as a template repository. You can create a new repository from this template and start working on your own with Codespaces. This means that Rust, Copilot, and all the extensions are already installed and configured for you.

Lesson 1: Building a real-world library

Lesson 2:

Lesson 3: Testing Rust Code

Lesson 4: Practice lab

Use the included practice lab to apply the content you've learned in this week. Follow the steps to create your own repository and apply the requirements to complete the lab so that you end up creating a library in Rust.

Resources

Coursera Courses

Readings

Other courses

About

Rust Bootcamp Week 4: Applying Rust to build a library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published