mmap-simple

Crates.iommap-simple
lib.rsmmap-simple
version0.2.0
sourcesrc
created_at2024-05-13 23:23:05.686425
updated_at2024-05-16 01:44:46.6747
descriptionWrite, read, append and delete from an mmapped file with a very simple API.
homepage
repositoryhttps://github.com/andunieee/mmap-simple
max_upload_size
id1238940
size16,163
(andunieee)

documentation

README

mmap-simple

docs.rs crates.io

mmap-simple is a Rust crate for simple yet fast memory-mapping of files, providing simple APIs for writing, appending, reading and dropping from the file.

Getting Started

To use mmap-simple, add it to your Cargo.toml under [dependencies]:

[dependencies]
mmap-simple= "0.1.0"

Read the docs for a little bit of more info.

Commit count: 3

cargo fmt