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%
Structs§
- Server
Config - Configuration for the server
Enums§
- Rext
Core Error - 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