file_mmap 0.16.0

memmap file interface library
Documentation
[package]

name = "file_mmap"

version = "0.16.0"

edition = "2021"



authors = ["Oden Shirataki <oden.srtk@gmail.com>"]



description = "memmap file interface library"



repository = "https://github.com/OdenShirataki/file_mmap"



keywords = ["mmap","memmap","file","database"]

categories = ["filesystem"]

license = "MIT/Apache-2.0"



[dependencies]

memmap2 = "0.7"

file_offset = "0.1"

sysconf = "0.3"

once_cell = "1.17"