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
Constants§
- ENTITIES_
DIR - Directory containing generated sea-orm entity files
- TYPES_
TO_ WRAP - Constant list of data types to target (easily expandable)
Functions§
- check_
for_ rext_ app - Check if a Rext app has been initialized in the current directory by looking for the rext_app directory
- destroy_
rext_ app - Completely destroys a Rext application in the current directory
- generate_
sea_ orm_ entities_ with_ open_ api_ schema - Generates the SeaORM entities with OpenAPI support
- scaffold_
rext_ app - Scaffold a new Rext application in the current directory