minuet 0.3.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
//! Encoding infrastructure.
//!
//! This module provides codebooks and encoders for mapping domain objects
//! to holographic representations.

mod codebook;

pub use codebook::HashMapCodebook;