For developers

Install, generate, review, ship.

The full reference lives on GitHub, crates.io, and docs.rs. Below are the commands to get running and the key links. Postgres only. No frontend build step. Single binary.

For developers

Install, generate, review, ship. Postgres only. No frontend build step.

Get running

$cargo install rustio-admin-clicopy
$rustio-admin new my_systemcopy
$rustio-admin migratecopy

Add to Cargo.toml: rustio-admin = "0.31.0"

Read & explore

Reference projects: examples/clinic (multi-crate) and examples/shop (single-crate e-commerce admin).