oscartbeaumont / rspc

A framework for building typesafe web backends in Rust
https://rspc.dev
MIT License
1.1k stars 50 forks source link

Custom error type per middleware #217

Open oscartbeaumont opened 10 months ago

oscartbeaumont commented 10 months ago

Collect them all up and turn them into an enum so it's still typesafe.