Crates.io | rext-core |
lib.rs | rext-core |
version | 0.1.1 |
created_at | 2025-07-19 01:07:02.724997+00 |
updated_at | 2025-08-05 14:29:16.115437+00 |
description | Core for Rext, batteries included fullstack Rust framework |
homepage | https://www.rextstack.org |
repository | https://github.com/RextStack/rext-core |
max_upload_size | |
id | 1759840 |
size | 82,975 |
The core library required to run Rext, the fullstack, batteries included framework.
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.
The Rext TUI is the tool to get started with Rext, find it here
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.
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.
Not Available
Visit CONTRIBUTING
Licensed under the MIT License. See LICENSE for details.