mmapcell 0.2.2

a simple wrapper for the memmap2 crate to cast mmap backed pointers to structs
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 = "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"