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

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