this post was submitted on 19 May 2024
24 points (96.2% liked)

Rust

5651 readers
14 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
 

Hi rustaceans! What are you working on this week? Did you discover something new, you want to share?

top 12 comments
sorted by: hot top controversial new old
[–] [email protected] 13 points 3 months ago

I built a little tool that allows you to see top contributors to any git repo by lines of code (and also top file types).

https://github.com/martinn/repoblame

[–] [email protected] 11 points 3 months ago* (last edited 3 months ago) (2 children)

I saw that there was a new learning site for Rust that got a lot of attention on hacker news:

https://rust-exercises.com/

I plan to give it a shot in a few weeks. It's similar to rustlings.

But I haven't worked on anything this week so slightly off topic. Just wanted to share.

[–] [email protected] 3 points 3 months ago

Didn't know that one. Thanks for sharing.

[–] [email protected] 1 points 3 months ago

Started working on that this morning. when you use 'wr' to check your work if you see "skipping" at the end of the exercise, it means you've passed. Other than that it feels a bit like rustlings

[–] [email protected] 9 points 3 months ago

I release a new version of https://kellnr.io with some bug fixes and updated Docker images (Ubuntu 24.04 base).

[–] [email protected] 7 points 3 months ago (1 children)

Trying to reduce compilation time, reconfiguring underlying cargo’ build-ctx or just riding off the context and using only build-plan and metadata by host cargo & rustc in the cargo-playdate tool.

[–] [email protected] 1 points 3 months ago (1 children)

Ah yes, compiles times. Off all the things that could be better in rust, my number 1.

[–] [email protected] 7 points 3 months ago (2 children)

Currently (but very slowly) building a game engine. I don't know how I got to this, but here we are...

[–] [email protected] 7 points 3 months ago (1 children)

I get the feeling that there are much more game engines in rust, than games :P

[–] [email protected] 3 points 3 months ago

I'm not familiar with too many that are mature enough to support complex games with extremely detailed physics.

[–] sugar_in_your_tea 3 points 3 months ago

Well, it's certainly more interesting than an email client, consider yourself lucky.