moeflux 0.1.0-pre.3

Pure-Rust streaming-experts MoE inference on Metal. Forked from flash-moe; only the Metal kernels remain from upstream.
1
2
3
4
5
6
7
8
//! Helper modules shared across integration tests.
//!
//! Cargo treats `tests/<name>.rs` files as separate test binaries, but
//! files under `tests/common/` are picked up only when an integration
//! test does `mod common;`. This is the canonical place for shared
//! test scaffolding.

pub mod diff_helpers;