rustio-core 1.4.0

RustIO runtime library: HTTP, router, Postgres ORM, admin, RBAC, search, migrations, AI planner.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# rustio-core

Runtime library for the [Rustio](https://github.com/abdulwahed-sweden/rustio)
web framework: HTTP, router, PostgreSQL ORM, admin UI, RBAC,
Meilisearch integration, migrations, and the deterministic AI
planner. PostgreSQL-only at v1.

Pair with [`rustio-cli`](https://crates.io/crates/rustio-cli) for
scaffolding and migration tooling.

- Framework overview: [repo README]https://github.com/abdulwahed-sweden/rustio#readme
- Schema gallery: [`examples/`]https://github.com/abdulwahed-sweden/rustio/tree/main/examples
- Cross-cutting rules: [`examples/CONVENTIONS.md`]https://github.com/abdulwahed-sweden/rustio/blob/main/examples/CONVENTIONS.md