minuet 0.4.0

Holographic memory systems built on amari-holographic — the optical table for holographic computing
Documentation
1
2
3
4
5
6
7
8
9
10
// Copyright (C) 2026 Industrial Algebra
// SPDX-License-Identifier: AGPL-3.0-only
//! Pipeline composition.
//!
//! This module provides fluent builders for assembling holographic
//! memory pipelines from stores, retrievers, codebooks, and policies.

mod builder;

pub use builder::PipelineBuilder;