Crates.io | essential-transaction-storage |
lib.rs | essential-transaction-storage |
version | 0.3.0 |
source | src |
created_at | 2024-07-08 03:23:07.957227 |
updated_at | 2024-08-14 02:28:51.563655 |
description | A transaction storage abstraction for the Essential server |
homepage | https://essential.builders/ |
repository | https://github.com/essential-contributions/essential-server |
max_upload_size | |
id | 1295313 |
size | 12,604 |
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.