ffly 0.0.2

A "blazingly" fast key-value pair database without bloat written in rust.
# Firefly server

The TCP server to handle firefly requests, this uses the Tokio runtime.

## Installing the server

The [cargo ffly](https://crates.io/crates/ffly) crate can be used to install the server.

`$ cargo install ffly`

Or install it from the AUR.
`$ paru -S ffly`

## Building the server

### Dependencies

-   Rust
-   Cargo

### Build

Build the server, the binary is located in the `target` directory.

```bash
$ cargo build --release
```

## Customization

Customizing the server can currently be done by modifying values within the
`src/main.rs` file.