2 releases

Uses new Rust 2024

0.1.1 Mar 29, 2026
0.1.0 Mar 28, 2026

#1481 in HTTP server


Used in 3 crates

MIT license

435KB
12K SLoC

coil-cms

coil-cms provides CMS capabilities for Coil applications.

It models content workflows, page handling, and the supporting auth and job integrations needed for editorial operations.

Install

[dependencies]
coil-cms = "0.1.0"

When to use this crate directly

  • You are composing Coil manually and want CMS support without the top-level crate.
  • You are extending or contributing to Coil’s content-management layer.

Most applications that want CMS support should start with coil-rs.

  • coil-auth: policy and capability modelling for editorial workflows.
  • coil-data: persistence used by CMS records and state.
  • coil-jobs: background work triggered by content operations.

Learn more

Dependencies

~55–78MB
~1.5M SLoC