docs.rs failed to build vta-keyspaces-0.2.12
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
vta-keyspaces-0.2.11
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.