Crate local_jcs_store
Source - Database
- Stores many
Item
s in a directory. - Item
- A JSON object and its hash.
- PutInDB
- 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