shoal_core/
lib.rs

1#![feature(trivial_bounds, integer_sign_cast)]
2
3pub mod client;
4pub mod server;
5pub mod shared;
6
7pub use client::FromShoal;
8pub use rkyv;
9pub use server::tables;
10pub use server::tables::storage;
11pub use server::ShoalPool;