1 2 3 4 5 6 7 8 9 10
// Copyright (C) 2026 Industrial Algebra // SPDX-License-Identifier: Apache-2.0 //! Reference implementations. //! //! This module provides complete, easy-to-use reference implementations //! for learning and simple use cases. mod simple_memory; pub use simple_memory::SimpleMemory;