vta-keyspaces 0.1.0

VTA keyspace-name registry — the shared storage vocabulary for the VTA subsystem crates
Documentation
  • Coverage
  • 100%
    28 out of 28 items documented0 out of 0 items with examples
  • Size
  • Source code size: 11.07 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 384.83 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 2s Average build duration of successful builds.
  • all releases: 1m 7s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • OpenVTC/verifiable-trust-infrastructure
    7 12 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • stormer78

vta-keyspaces

The VTA's keyspace-name registry — a dependency-free leaf crate holding the const names every store.keyspace(..) call uses, plus the backup partition (ALL / BACKED_UP / EXCLUDED_FROM_BACKUP).

It exists so that the VTA's subsystem crates (vta-vault, vta-webvh, …) can name keyspaces without depending on vta-service. Names live here; per-keyspace key formats do not.

vta-service re-exports this crate as crate::keyspaces and keeps the no_bare_keyspace_literals guard that forbids bare .keyspace("…") literals in its own source.

Part of the Verifiable Trust Infrastructure workspace. Apache-2.0.