docs.rs failed to build tatara-platform-checks-0.2.5
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:
tatara-platform-checks-0.2.4
tatara-platform-checks — platform-wide invariant runner.
Each Invariant is a typed check function over the registered
catalog. The runner walks them all, collecting pass/fail for
every keyword. No invariant assumes any specific domain — they
all read from the global registries directly, so adding a new
catalog domain inherits the full suite for free.
Adding a new invariant is a single function + an entry in
default_invariants(). The compounding curve flattens once
more: new layers describe themselves; new invariants describe
the platform-wide properties those layers must satisfy.