Skip to main content

Crate brk_website

Crate brk_website 

Source
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§

HeaderMapExtended

Functions§

router
Create a router for serving the website.

Type Aliases§

Result
Website result type.