cmn-hypha 0.3.0

CMN CLI tool — spawn, grow, release, taste, bond, and absorb spores on the Code Mycelial Network
Documentation
pub mod api;
pub mod auth;
pub mod cache;
pub mod cli;
pub mod config;
pub mod git;
pub mod mycelium;
pub mod output;
pub mod sink;
pub mod site;
pub mod skill_admin;
pub mod spore;
pub mod synapse;
mod time;
pub mod tree;
pub mod visitor;

pub use output::{
    AbsorbOutput, AbsorbSourceInfo, BondCleanOutput, BondOutput, BondResult, BondStatusOutput,
    BondStatusRef, BondTasteRef, BondTasteRequired, BondedRef, BondsOutput, GrowOutput,
    LineageNode, SearchOutput, SenseOutput, SpawnOutput, TasteDownloadOutput, TasteOutput,
    TasteRecordOutput, TasteVerdict,
};
pub use sink::{AfDataSink, EventSink, HyphaError, HyphaEvent, NoopSink};
pub use visitor::{
    absorb, bond_fetch, check_taste, grow, lineage_in, lineage_out, search, search_with_bond,
    sense, sense_with_id, spawn, taste, verify_content_hash,
};