[package]
edition = "2021"
name = "mmapcell"
version = "0.2.2"
authors = ["Maxi Saparov <maxi.saparov@gmail.com>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a simple wrapper for the memmap2 crate to cast mmap backed pointers to structs"
homepage = "https://github.com/mostlymaxi/mmapcell"
documentation = "https://docs.rs/mmapcell"
readme = "README.md"
keywords = [
"memmap2",
"mmap",
"utility",
]
categories = [
"memory-management",
"data-structures",
"filesystem",
]
license = "MIT"
repository = "https://github.com/mostlymaxi/mmapcell"
[lib]
name = "mmapcell"
path = "src/lib.rs"
[dependencies.memmap2]
version = "0.9.4"
[dependencies.thiserror]
version = "1.0.64"
[lints.rust]
unsafe_op_in_unsafe_fn = "warn"