1 unstable release
Uses new Rust 2024
| 0.1.0 | Oct 28, 2025 |
|---|
#1071 in Data structures
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
- Bump
versioninCargo.toml. - Ensure
readme = "README.md"is inCargo.toml. - Add
repository,homepage, andlicensemetadata. - Run packaging check:
cargo package --allow-dirty
- Run tests and format checks:
cargo test
cargo fmt -- --check
- Publish:
cargo publish
License
See Cargo.toml for license details.
Dependencies
~1.2–2MB
~38K SLoC