Reletter
Artwork for Rusting

Rusting

Will

Rust programming and projects coming to your inbox at 9AM EST every Tuesday and Thursday.

Platform
Substack
PricingOnly free issuesPublishesTwice weekly
Issues63Founded4 years agoLast Issue2 years ago
Active

Read this Newsletter

rusting.substack.com
Artwork for Rusting

Latest Issues

Performance Part I

If you’re a seasoned developer or even just tinkering with new languages, speed is always a measuring stick. And Rust, the language that marries performance with safety, often piques the curiosity of those looking for raw speed. But how can...

2 years ago

Handling User Input

In languages like Python, you might use the input() function to gather input from the user.

name = input("Enter your name: ")

print(f"Hello, {name}!")

This simple interaction is essential for programs that need to react to user dat...

2 years ago

Tiny Project: Guessing Game

Creating a simple guessing game is a great way to dive into user interaction and randomness in Rust. It’s an engaging way to practice loops, conditionals, and explore Rust’s standard library and external crates.

Problem Statement

Lear...

2 years ago
1

Tiny project: Calculator

Let’s get right to it:

fn add(a: i32, b: i32) -> i32 {

a + b

}

fn main() {

let result = add(5, 10);

println!("Sum: {}", result);

}

Project Requirements

- Description: Making a basic calculator in Rust is a...

2 years ago

Crafting Your Own Collection: Building a Custom Stack

In computer science, a stack is a fundamental data structure that operates on a Last In, First Out (LIFO) basis. Think of it like a stack of plates: the last plate you place on top is the first one you remove. A stack's fundamental operatio...

2 years ago

Key Facts

Contact Information
Newsletter Author
Number of Subscribers
Find out how many people subscribe to this newsletter.

Audience Metrics

Subscribers, engagement, traffic and sponsorship for Rusting.

SubscribersMonthly Web VisitsAccepts Sponsors
Estimated Cost per Ad

Authors

The writers behind this newsletter.

  • Will
  • Frequently Asked Questions

    How can I access the email archive for Rusting?

    You can find recent issues that have been published by Rusting on Reletter by scrolling up to where it says Latest Issues. Tap on the link for any of the most recent emails or hit More Issues to see older ones.

    How many subscribers does Rusting have?

    To see how many people subscribe to Rusting, simply upgrade your Reletter account. We provide readership numbers and lots of other stats for this newsletter so you can decide if it's worth reaching out to.

    How can I advertise in Rusting?

    Newsletter advertising can be extremely effective when it's done right. Before you pitch Rusting as a potential sponsor or partner, make sure that you've done your research and checked its newsletter stats with Reletter.

    Then, personalize one of our winning pitching templates and send it to the right person using the contact info provided.

    How much does it cost to sponsor a publication like Rusting?

    Newsletter ad rates (or CPM) vary depending on many factors, including industry, number of subscribers, open rate, ad placement and more.

    To find out how much an ad will cost, contact Rusting using the contact information provided and ask for a copy of their media kit.

    How can I find newsletters related to Rusting?

    Scroll up to where it says Related Newsletters to see other publications like Rusting. You can also search our email newsletter directory to discover other newsletters that cover the topics you're interested in.

    How do I contact Rusting?

    Reletter provides this newsletter's website URL above, where you will often find their contact information. We also provide links to associated social media accounts and pitching templates so you can reach out fast.