vorma 0.86.0-pre.3

Vorma framework.
Documentation
1
2
3
4
5
6
7
8
# vorma

Rust full-stack framework runtime and app declaration API.

Application code declares views, resources, middleware, document defaults, and
build/runtime config through this crate. `vorma-build` consumes the same declarations to
generate manifests and TypeScript contracts, while `RuntimeHost` serves the runtime
handler that users mount into their HTTP stack.