Cargonauts - an async Rust web framework

Hey I made a web framework. Here are some facts about it:

  • Its built on top of tokio, so its async
  • Its oriented around RESTful resources
  • Its designed to hep you factor your application to separate domain logic from HTTP presentation logic
  • It compiles all your assets into one file, so deploying should be easier
10 Likes