rustio-core 2.0.2

Runtime core for RustIO: HTTP server, router, middleware, ORM, admin, and migrations.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# rustio-core

Runtime core for the [RustIO](https://github.com/abdulwahed-sweden/rustio) web framework.

Provides the HTTP server, router, middleware chain, request context, error handling, ORM, admin UI, migrations, the AI planner/review/executor pipeline, the context layer, and the admin intelligence module.

Normally used indirectly via the `rustio-cli` binary, which scaffolds projects that depend on this crate.

```
cargo install rustio-cli
rustio new project mysite
```

See the [main repository](https://github.com/abdulwahed-sweden/rustio) for documentation.

## License

MIT