Crates.io | ffly |
lib.rs | ffly |
version | 0.0.3 |
source | src |
created_at | 2022-08-11 18:44:48.565604 |
updated_at | 2023-02-11 13:16:07.624713 |
description | A "blazingly" fast key-value pair database without bloat written in rust. |
homepage | |
repository | |
max_upload_size | |
id | 643503 |
size | 45,488 |
The TCP server to handle firefly requests, this uses the Tokio runtime.
The cargo ffly crate can be used to install the server.
$ cargo install ffly
Or install it from the AUR.
$ paru -S ffly
For testing purposes you can also use the docker image: arthurdw/firefly
Build the server, the binary is located in the target
directory.
$ cargo build --release
Customizing the server can currently be done by modifying values within the
src/main.rs
file.