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::*;
pub use atomic::*;
pub use smart_chunker::*;
pub use project_analyzer::*;

Modules§

ast
atomic
Atomic Chunk System
chunk
Chunk types and operations
error
Error types for CADI
hash
Hashing utilities for CADI
manifest
Manifest types for CADI application build graphs
parser
project_analyzer
Project Analyzer - Whole-project analysis for intelligent chunking
smart_chunker
Smart Chunker - Intelligent code analysis and chunking
validator