Skip to main content

Crate callisto_model

Crate callisto_model 

Source
Expand description

Shared types and traits for callisto: package identity, versions, manifests, dependency specs, and the versioned JSON report contract.

Re-exports§

pub use permit::*;
pub use tag::*;
pub use error::*;
pub use path::*;
pub use identity::*;
pub use ecosystem::*;
pub use version::*;
pub use severity::*;
pub use package::*;
pub use dependency::*;
pub use discovery::*;
pub use exec::*;
pub use commit::*;
pub use diagnostic::*;
pub use plan::*;
pub use report::*;
pub use matrix::*;
pub use registry::*;

Modules§

atomic
Callisto’s single disk-write primitive.
commit
The Layer 1 commit-history contract.
dependency
diagnostic
discovery
ecosystem
error
exec
identity
matrix
package
path
permit
The capability token that gates every side-effecting operation in callisto.
plan
registry
report
severity
tag
version