#coil #workflow #surface #framework #admin

coil-admin

Admin surfaces and operator workflows for the Coil framework

2 releases

Uses new Rust 2024

0.1.1 Mar 29, 2026
0.1.0 Mar 28, 2026

#413 in FFI


Used in 3 crates

MIT license

645KB
18K SLoC

coil-admin

coil-admin provides admin and operator-facing surfaces for Coil applications.

It is used to model and assemble the back-office parts of a Coil product: admin routes, privileged workflows, supporting auth requirements, and integrations with jobs and extension points.

Install

[dependencies]
coil-admin = "0.1.0"

When to use this crate directly

  • You are composing Coil manually and want admin capabilities without the full top-level crate.
  • You are extending or contributing to Coil’s admin surface area.
  • You are building framework-level tooling around privileged workflows.

Most customer applications should start with coil = { package = "coil-rs", ... } instead.

  • coil-auth: authorisation and policy modelling used by admin capabilities.
  • coil-jobs: background work used by administrative workflows.
  • coil-wasm: extension boundary used by admin-side integrations.

Learn more

Dependencies

~54–77MB
~1.5M SLoC