Skip to main content

2 docs tagged with "cargo"

View all tags

The Rust Ecosystem: Cargo and Crates.io

Following our exploration of Rust as a compiled and statically typed language, we now turn our attention to the tools that make the Rust development experience so productive and enjoyable: Cargo and crates.io. These two components are the heart of the Rust ecosystem, enabling developers to build, manage, and share code with ease.

Your First Rust Program: 'Hello, World!' (Part 1)

After setting up and configuring your development environment, you are now ready to write your first Rust program. The "Hello, World!" program is a tradition in computer programming. It's a simple program that outputs "Hello, World!" to the screen. This tradition is a great way to make sure that your environment is set up correctly and to get a feel for a new language.