# 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)