Docs.rs
vasari-core-0.2.3
vasari-core 0.2.3
Permalink
Docs.rs crate page
Apache-2.0
26 June 2026
Links
Homepage
Repository
crates.io
Source
Owners
briceicle
Dependencies
anyhow ^1
normal
chrono ^0.4
normal
flate2 ^1
normal
hex ^0.4
normal
once_cell ^1
normal
regex ^1
normal
serde ^1
normal
serde_json ^1
normal
sha2 ^0.10
normal
thiserror ^1
normal
tempfile ^3
dev
Versions
34.93%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module schema
vasari_
core
0.2.3
Module schema
Module Items
Structs
Enums
In crate vasari_
core
vasari_core
Module
schema
Copy item path
Source
Structs
§
Action
Attribution
Constraint
Evidence
Intent
NodeId
Content-addressed node identifier: sha256 hex of the node’s canonical hash input.
Plan
PlanRef
Reference to a specific step within a Plan. Steps are sub-records of Plan nodes, not standalone nodes.
Plan
Step
One step in a plan. Steps are sub-records of Plan, not standalone nodes. Actions reference steps via (plan_id, step_index).
Enums
§
Attribution
Target
Constraint
Polarity
Whether a constraint must be satisfied (mandatory) or must not be violated (prohibitive). v0.1
vasari violations
only checks mandatory constraints; prohibitive constraints are recorded but not evaluated (polarity detection requires semantics).
Evidence
Kind
Node
All five Vasari node types as a tagged union for storage.