mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-12-24 20:49:23 +00:00
6 lines
93 B
Rust
6 lines
93 B
Rust
|
mod read;
|
||
|
mod write;
|
||
|
|
||
|
pub use read::DatabaseReadService;
|
||
|
pub use write::DatabaseWriteHandle;
|