Crates.io | mmap-simple |
lib.rs | mmap-simple |
version | 0.2.0 |
source | src |
created_at | 2024-05-13 23:23:05.686425 |
updated_at | 2024-05-16 01:44:46.6747 |
description | Write, read, append and delete from an mmapped file with a very simple API. |
homepage | |
repository | https://github.com/andunieee/mmap-simple |
max_upload_size | |
id | 1238940 |
size | 16,163 |
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.
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.