embeddenator 0.20.0-alpha.1

Sparse ternary VSA holographic computing substrate
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.
}