strings_set_file 0.1.3

Store a string in a file. Use mmap, optimize fragments on delete, and reference identical strings.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.file_mmap]
version = "0.1"

[package]
authors = ["Oden Shirataki <oden.srtk@gmail.com>"]
description = "Store a string in a file. Use mmap, optimize fragments on delete, and reference identical strings."
edition = "2021"
keywords = ["string", "file", "memmap", "database"]
license = "MIT/Apache-2.0"
name = "strings_set_file"
readme = "README.md"
repository = "https://github.com/OdenShirataki/strings_set_file"
resolver = "2"
version = "0.1.3"