Crates.io | forceps |
lib.rs | forceps |
version | 0.4.1 |
source | src |
created_at | 2021-04-26 03:43:02.640553 |
updated_at | 2023-10-31 01:41:05.897929 |
description | An easy-to-use async & on-disk database |
homepage | |
repository | https://github.com/blockba5her/forceps |
max_upload_size | |
id | 389576 |
size | 66,703 |
forceps
is made to be an easy-to-use, thread-safe, performant, and asynchronous disk cache
that has easy reading and manipulation of data. It levereges tokio's async fs
APIs
and fast task schedulers to perform IO operations, and sled
as a fast metadata database.
It was originally designed to be used in scalpel
,
the MD@Home implementation for the Rust language.
Just as a warning, this crate is still yet to be heavily tested and is still lacking features. It is advisable to use another solution if you have the option!
HIT
sbytes
crate support (non-optional)All documentation for this project can be found at docs.rs.
This project is licensed under the MIT
license. Please see
LICENSE for more information.