this post was submitted on 26 Feb 2024
48 points (98.0% liked)

Rust

5777 readers
28 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] 11 points 6 months ago

I've mostly done hobby projects with rust.

  • axum + mongodb + oauth2 (just basic rest api)

  • rust-bert ( for some nlp stuff. Zero-shot, NER, etc.)

  • Bevy ( I was following a tutorial for a super basic space invaders game)

I chose rust because I always like to have some kind of systems level programming language on my belt. It used to be c++. Rust had seemed very interesting so I began trying it out more and more. It's awesome.