joff

Crates.iojoff
lib.rsjoff
version0.1.0
sourcesrc
created_at2021-03-11 22:56:32.126408
updated_at2021-03-11 22:56:32.126408
descriptionStore JSON API responses in a key-value store and serve them locally.
homepage
repository
max_upload_size
id367462
size100,239
Petter K (ptrkrlsrd)

documentation

README

Joff

Rust

Store JSON responses locally and serve them locally using Rocket. Note: This is the Rust version of my Golang tool Acache.

Since this project is using Rocket.rs, you'll have to use the nightly toolchain by running: rustup override set nightly.

Usage

joff 1.0

USAGE:
    joff [OPTIONS] <SUBCOMMAND>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -b, --bucket-name <bucket-name>    Name of the KV bucket [default: json_data]
    -d, --data-path <data-path>        Path to the KV store [default: ./data]

SUBCOMMANDS:
    add      
    help     Prints this message or the help of the given subcommand(s)
    list     
    serve 
Commit count: 0

cargo fmt