types 0.1.0

Shared types and DTOs for the Liturgy workspace.
Documentation

types

Shared types used across the Liturgy workspace. This crate centralizes common data structures and DTOs shared by other crates in the workspace.

Project homepage:

https://liturgy.ericbreyer.com

Usage

[dependencies]
types = "x.y"

Publishing checklist

  1. Bump version in Cargo.toml.
  2. Ensure readme = "README.md" is in Cargo.toml.
  3. Add repository, homepage, and license metadata.
  4. Run packaging check:
cargo package --allow-dirty
  1. Run tests and format checks:
cargo test
cargo fmt -- --check
  1. Publish:
cargo publish

License

See Cargo.toml for license details.