2 releases
Uses new Rust 2024
| 0.1.1 | Aug 5, 2025 |
|---|---|
| 0.1.0 | Jul 19, 2025 |
#587 in HTTP server
26KB
339 lines
Rext Core
The core library required to run Rext, the fullstack, batteries included framework.
What is Rext?
Rext is a fullstack Rust framework in active development, aimed at providing a batteries included experience for building fullstack web applications.
This crate serves as the core of Rext that provides all the mandatory functionality and is extensible so additional rext modules can be added to rext projects as needed.
How to get started?
The Rext TUI is the tool to get started with Rext, find it here
Changelog
Visit CHANGELOG
Note There are two changelogs, CHANGELOG.md, which is manually currated, and CLIFF_CHANGELOG.md, which is generated by
git-cliff. The CLIFF log is used as a quick overview of anything we might have missed in the manually currated changelog when creating a new release. It can be ignored, unless you are helping create a release.
Installation
run cargo add rext-core or add this to your Cargo.toml:
[dependencies]
rext-core = "0.1.0"
Warning This project is in early development. The API is unstable and subject to change. Not recommended for production use or demos. Only install if you are looking to contribute and test.
Usage
Not Available
Contribution Guidelines
Visit CONTRIBUTING
License
Licensed under the MIT License. See LICENSE for details.
Dependencies
~5–9MB
~162K SLoC