ration 0.2.1

A shared memory library
Documentation
[dependencies.shared_memory]
version = "0.12"

[dev-dependencies.arrayvec]
version = "0.7"

[[example]]
name = "channel_client"
path = "examples/channel_client.rs"

[[example]]
name = "channel_server"
path = "examples/channel_server.rs"

[[example]]
name = "helloworld_client"
path = "examples/helloworld_client.rs"

[[example]]
name = "helloworld_server"
path = "examples/helloworld_server.rs"

[[example]]
name = "singleton"
path = "examples/singleton.rs"

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

[package]
authors = ["Matthew Norman"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A shared memory library"
edition = "2021"
homepage = "https://github.com/rtthw/ration"
keywords = ["shm", "ipc", "memory", "mmap", "io"]
license = "MIT"
name = "ration"
readme = "README.md"
repository = "https://github.com/rtthw/ration"
version = "0.2.1"