mirror of
https://github.com/Cuprate/cuprate.git
synced 2024-11-16 15:58:17 +00:00
6502729d8c
* cargo.toml: add `allow_attributes` lint * fix lints * fixes * fmt * fix docs * fix docs * fix expect msg |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
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::Service
s:
- A read service which is backed by a [
rayon::ThreadPool
] - A write service which spawns a single thread to handle write requests