this post was submitted on 26 Feb 2024
45 points (97.9% liked)

Rust

5654 readers
16 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

[email protected]

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 1 year ago
MODERATORS
 

What are you building with Rust?

Are you using Rust at work? Hobby projects?

Why did you choose Rust for your project?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 7 points 5 months ago

Everything basically.

  • Ricochet Robots solver.
  • A CLI tool to add timestamps and time since last log annotations when watching logs in a terminal.
  • A few random games.
  • RSS to Email service.
  • Making a CRDT library that embeds well in programs.
  • A tool for uploading journald log files to log aggregation services.
  • Some machine learning experiments.
  • A tiny library to implement rate limits.