axum-controller 0.4.1

Helper macro's for better readability of axum handlers
Documentation
1
2
3
4
5
#[test]
pub fn error_diagnostics() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/errors/*.rs");
}