//! # spikex
//!
//! Ultimate zero-copy library for inter-process shared memory.
//!
//! **Status:** `0.1.0` is a name-reservation release. The public API is not
//! yet defined and will change without notice in upcoming versions. Do not
//! depend on this crate for production work yet.
//!
//! See the [project README](https://github.com/HapiHaha/spikex) for goals
//! and roadmap.
//!
//! ## License
//!
//! Licensed under [AGPL-3.0-only](https://www.gnu.org/licenses/agpl-3.0.html).