co-primitives 0.1.0

COKIT Primitives used throughout the `co-sdk` and `co-api` and Core implementations.
Documentation
// SPDX-License-Identifier: AGPL-3.0-only
// Copyright (C) 2026 1io BRANDGUARDIAN GmbH

pub mod block_diff;
pub mod block_links;
pub mod block_serializer;
pub mod cbor;
pub mod co_try_stream_ext;
pub mod dag_cbor_size_serializer;
pub mod is_default;
pub mod json;
pub mod lsm_tree_map;
pub mod node_builder;
pub mod node_reader;
pub mod node_stream;
pub mod reducer_action_core;
pub mod serde_map_as_list;
pub mod storage;
#[cfg(any(test, feature = "benchmarking"))]
pub mod test;
pub mod unixfs;
pub mod unixfs_stream;