ErrorServer
Features
- automatic resolving of error codes to their respective messages
- if the error code is not found, it will print a generic error message
- simple, but not eye bleeding design
- dark mode per default
- colors follow the dracula theme specifications
- display debug information
- the whole request is printed in the debug section
- hidden behind a dropdown to prevent accidentally leaking sensitive information
- perfect for traefik (config coming soon!)
- written in rust
🦀 🚀 - low-memory footprint
- ~ 3 MB when idling, benchmarks will follow
- small binary size
- ~ 5 MB
- low-dependency
- apart from the rust standard library, only one dependency is used (
regex
)
- apart from the rust standard library, only one dependency is used (
- easy to use
- just run the binary and you're good to go
Contributions
... are welcome! If you have any ideas, feel free to open an issue or a pull request. I'd also appreciate feedback on the code, as I'm still learning rust (this is literally my first project using it