essential-transaction-storage

Crates.ioessential-transaction-storage
lib.rsessential-transaction-storage
version0.3.0
sourcesrc
created_at2024-07-08 03:23:07.957227
updated_at2024-08-14 02:28:51.563655
descriptionA transaction storage abstraction for the Essential server
homepagehttps://essential.builders/
repositoryhttps://github.com/essential-contributions/essential-server
max_upload_size
id1295313
size12,604
(essentialcontributions)

documentation

README

Essential Transaction Storage

Crates.io Documentation license Build Status

A transactional layer that wraps any Essential storage implementation, providing transactions that can span across await boundaries. This crate allows blocks to be built up and validated before being committed atomically to the underlying storage system.

Commit count: 93

cargo fmt