Skip to main content

Renvor

Pre-release Rust application infrastructure with explicit boundaries

Implemented and tested, without a supported installation path

Renvor currently contains a transport-independent kernel, CLI and generator, opt-in HTTP delivery, runtime validation, OpenAPI 3.2 generation, persistence adapters for SQLx and SeaORM on PostgreSQL and MySQL, and an authentication domain with cookie sessions and optional tokens.

No Renvor crate is published. The facade also exposes neither persistence nor authentication. The implementation can be inspected and tested from source, but it is not a supported application framework yet.

Every public API is unstable. Read the limits on each page and do not adopt Renvor before its first release.

Choose a route

Build and inspect

Start with the CLI, verification sequence, and generated API reference.

CLI documentation

Understand the boundaries

Read the persistence, portability, and authentication contracts.

Persistence documentation