this post was submitted on 25 Feb 2024
116 points (96.8% liked)

Rust

5771 readers
50 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
 

The title says it all: How can we grow the Rust community here on Lemmy? Many users fled Reddit or are here for different reasons. But compared to it's commercial big brother, the Rust community here, feels more or less dead. I would like to discuss ideas, on how we can changes that and make Lemmy the default for Rust related discussions, instead of Reddit.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 9 points 6 months ago (1 children)

Personally I would like a pinned post to ask/answer questions (and maybe the reddit tradition of asking what is everyone working on this week). Right now I'm trying to port tower_http::services::ServeDir to smol just for fun. I've read https://notgull.net/new-smol-rs-subcrates/ and became motivated to give it a try, sadly when I needed to serve a file to use htmx ServeDir panicked with a tokio rt not found so I figure I give it a try porting it but quickly found myself not knowing how to port some things involving streams. I don't like asking questions in discord, it's not made for that, examples being the poor discoverability for future people looking for a similar question.

[โ€“] [email protected] 1 points 6 months ago

I like that idea! I'll try to share more, what I'm working on and where the difficulties are.