types 0.1.0

Shared types and DTOs for the Liturgy workspace.
Documentation
  • Coverage
  • 12.73%
    7 out of 55 items documented0 out of 0 items with examples
  • Size
  • Source code size: 25.85 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 7.5 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 30s Average build duration of successful builds.
  • all releases: 30s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • ericbreyer/liturgy
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ericbreyer

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.