rext-core

Crates.iorext-core
lib.rsrext-core
version0.1.1
created_at2025-07-19 01:07:02.724997+00
updated_at2025-08-05 14:29:16.115437+00
descriptionCore for Rext, batteries included fullstack Rust framework
homepagehttps://www.rextstack.org
repositoryhttps://github.com/RextStack/rext-core
max_upload_size
id1759840
size82,975
Evan Robertson (LostRhapsody)

documentation

https://docs.rs/rext-core

README

Rext Core

crates.io docs.rs documentation MIT Rust

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.

Commit count: 0

cargo fmt