Expand description
Standalone website serving for BRK.
This crate provides website serving without any BRK data layer dependencies. It can serve the embedded website or from a filesystem path.
See the website example for how to run a standalone server.
Structs§
- Error
- Website error type that maps to HTTP status codes.
Enums§
- Website
- Website configuration:
Statics§
- EMBEDDED_
WEBSITE - Embedded website assets
Traits§
Functions§
- router
- Create a router for serving the website.
Type Aliases§
- Result
- Website result type.