Update README

Fortune for mapped-file's current commit: Small curse − 小凶
master
Avril 2 years ago
parent b4fa3bf215
commit eca5ac5350
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -4,6 +4,7 @@ description = "Construct a memory mapping over any file object"
keywords = ["unix", "mmap", "generic", "file", "fd"] keywords = ["unix", "mmap", "generic", "file", "fd"]
version = "0.0.1" version = "0.0.1"
edition = "2021" edition = "2021"
repository="https://github.com/notflan/mapped-file"
license="MIT" license="MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

@ -1,4 +1,4 @@
# `MemoryFile<T>`: Map over any file object # `MemoryFile<T>`: Wrap memory mappings over any file-like object
A safe and ergonomic `mmap()` wrapper for arbitrary file-descriptor handles. A safe and ergonomic `mmap()` wrapper for arbitrary file-descriptor handles.

Loading…
Cancel
Save