myelon 0.1.0-alpha.2

Ultra-low-latency and high-throughput typed transport for multiprocess SHM and mmap. Layers framing, codecs, typed zero-copy, and inference-fabric topology helpers on disruptor-mp's LMAX-Disruptor-style ring substrate.
Documentation
1
2
3
4
5
6
#[test]
fn myelon_public_api_contract_is_enforced() {
    let t = trybuild::TestCases::new();
    t.pass("tests/ui/myelon_public_api.rs");
    t.compile_fail("tests/ui/myelon_disallow_full_crate_path.rs");
}