this post was submitted on 26 Feb 2024
1 points (100.0% liked)
Rust
5953 readers
1 users here now
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Wormhole
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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.