mirror of
https://github.com/Cuprate/cuprate.git
synced 2025-01-10 12:54:47 +00:00
9 lines
195 B
Rust
9 lines
195 B
Rust
|
#![doc = include_str!("../README.md")]
|
||
|
|
||
|
mod reader_threads;
|
||
|
mod service;
|
||
|
|
||
|
pub use reader_threads::{init_thread_pool, ReaderThreads};
|
||
|
|
||
|
pub use service::{DatabaseReadService, DatabaseWriteHandle};
|