Crate local_jcs_store

Source

Structs§

Database
Stores many Items in a directory.
Item
A JSON object and its hash.

Traits§

PutInDB

Functions§

b64sha256
Computes the SHA-256 hash of the input, and encodes the result in Base64. ‘/’ characters are replaced by ‘+’.
mk_item
Converts a JSON Value into an Item