Thanks to visit codestin.com
Credit goes to lib.rs

1 unstable release

Uses new Rust 2024

0.1.0 Oct 28, 2025

#1071 in Data structures

MIT/Apache

18KB
481 lines

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.

Dependencies

~1.2–2MB
~38K SLoC