cuprate/storage/service
Boog900 acc913c550
Update storage/service/Cargo.toml
Co-authored-by: hinto-janai <hinto.janai@protonmail.com>
2024-08-01 01:48:55 +01:00
..
src review fixes 2024-08-01 01:46:23 +01:00
Cargo.toml Update storage/service/Cargo.toml 2024-08-01 01:48:55 +01:00
README.md review fixes 2024-08-01 01:46:23 +01:00

Cuprate's tower::Service database abstraction.

This crate contains the building blocks for creating a tower::Service interface to cuprate_blockchain.

It is split into 2 tower::Services a read service which is backed by a rayon::ThreadPool and a write service which spawns a single thread to handle write requests.