Skip to main content


Does anyone has experience in writing REST APIs in #rust ?

Which framework did you use?

I am currently trying actix. But I found many others like rocket and axum

#rustlang #webapi #restapi

in reply to Flo 👨🏼‍💻

I’ve written several APIs with axum (the team behind Tokio) and I really enjoyed it!