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