spikex 0.1.0

Ultimate zero-copy library for inter-process shared memory
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85"
name = "spikex"
version = "0.1.0"
authors = ["yilong <1532139562@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ultimate zero-copy library for inter-process shared memory"
homepage = "https://github.com/HapiHaha/spikex"
documentation = "https://docs.rs/spikex"
readme = "README.md"
keywords = [
    "ipc",
    "shared-memory",
    "zero-copy",
    "shmem",
    "mmap",
]
categories = [
    "concurrency",
    "memory-management",
    "os",
]
license = "AGPL-3.0-only"
repository = "https://github.com/HapiHaha/spikex"

[lib]
name = "spikex"
path = "src/lib.rs"

[dependencies]