Skip to content

Move sonic-screwdriver to Axum

Aria Shrimpton requested to merge sonic-axum into main

Rocket has one maintainer, who occasionally takes long breaks, meaning it's not the best to rely on. This moves the HTTP code to Axum, which is maintained by the Tokio team.

This has the added benefits of faster incremental compile times, and better integration with dev tools (no proc macros).

Merge request reports