embeddenator-core 0.22.0

Sparse ternary VSA implementation for holographic data encoding - umbrella crate re-exporting all embeddenator components
1
2
3
4
5
6
7
8
9
10
// This file intentionally left minimal.
//
// Historical note: integration tests sometimes use a `common/` module directory.
// If this file exists, declaring `mod common;` would cause an ambiguity between
// `tests/common.rs` and `tests/common/mod.rs`.

#[test]
fn common_smoke() {
    // No-op: ensures this test crate compiles.
}