Crate cadi_core

Crate cadi_core 

Source
Expand description

CADI Core - Core types and utilities for Content-Addressed Development Interface

This crate provides the fundamental types and utilities used across the CADI ecosystem.

Re-exports§

pub use chunk::*;
pub use manifest::*;
pub use hash::*;
pub use error::*;

Modules§

chunk
Chunk types and operations
error
Error types for CADI
hash
Hashing utilities for CADI
manifest
Manifest types for CADI application build graphs