clientix_core/
lib.rs

1pub mod client;
2pub mod prelude;
3pub mod core;
4
5#[cfg(test)]
6mod tests {
7
8    #[test]
9    fn it_works() {
10    }
11
12}