minus-squareLuycYQ2uUiTjR3yLri@sh.itjust.workstoRust@programming.dev•Lost on this Axum error... any thoughts?linkfedilinkarrow-up5·1 year agoTry using https://docs.rs/axum-macros/latest/axum_macros/attr.debug_handler.html It should provide a better error message. linkfedilink
minus-squareLuycYQ2uUiTjR3yLri@sh.itjust.workstoRust@programming.dev•How can I create a mutable vector singleton?linkfedilinkarrow-up4·1 year agoYou can wrap the Vec in a Mutex linkfedilink
Try using https://docs.rs/axum-macros/latest/axum_macros/attr.debug_handler.html
It should provide a better error message.