Post it when it's production ready.

A big problem in the Rust ecosystem is the lack of continued work and support on libraries (understandably, since many are new and aren't commercially supported).

For example, pyroute2 is still better for Linux admin that the equivalent Rust crates. Whilst the latter often fully support async, none of them cover all of the features of pyroute2 nor the easy-to-use API.

Hopefully things will improve over time, it's always a shame to see great projects be abandoned.

> Post it when it's production ready.

This is Hacker News, not Enterprise IT News.

I just meant that even big projects posted here in the past like the Headcrab debugger: https://github.com/headcrab-rs/headcrab have been seemingly abandoned now.

Even Rocket https://github.com/SergioBenitez/Rocket seems to have greatly slowed development unfortunately.

Nowadays the Rust http libraries to use are warp or axum (but Rocket works as is)

https://github.com/seanmonstar/warp

https://github.com/tokio-rs/axum

re headcrab, https://github.com/headcrab-rs/headcrab/issues/132