memfile 0.3.1

memory backed files using memfd_create with file sealing support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.libc]
version = "0.2.105"
[dev-dependencies.assert2]
version = "0.3.4"

[package]
authors = ["Maarten de Vries <maarten@de-vri.es>"]
categories = ["filesystem", "os::unix-apis"]
description = "memory backed files using memfd_create with file sealing support"
documentation = "https://docs.rs/memfile"
edition = "2021"
keywords = ["memfd", "file", "memory", "sealing", "fd"]
license = "BSD-2-Clause"
name = "memfile"
publish = ["crates-io"]
readme = "README.md"
repository = "https://github.com/de-vri-es/memfile-rs"
version = "0.3.1"