Crate rext_core

Source
Expand description

§rext_core

The rext_core crate is the library that powers Rext, the fullstack, batteries included Rust framework for developing web applications.

It handles the absolute most basic requirements nearly all web apps will share, such as routing, API documentation, and the front-end.

Status: 0%

Visit Rext

Structs§

ServerConfig
Configuration for the server

Enums§

RextCoreError
Custom error codes for RextCore

Functions§

create_router
Create and configure the router with all routes
server_blocking
Start the server with the given configuration Traditional blocking behavior
server_non_blocking
Start the server and return the bound address and a handle This is non-blocking