this post was submitted on 25 Feb 2024
117 points (96.8% liked)
Rust
5966 readers
31 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
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
tosmol
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 usehtmx
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.I like that idea! I'll try to share more, what I'm working on and where the difficulties are.