From 228f24cb3020b719540fc9665e4aff21528fc69e Mon Sep 17 00:00:00 2001 From: jakka Date: Wed, 1 Oct 2025 12:57:32 +0300 Subject: broke down modules and renamed them --- src/sync_lib.rs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/sync_lib.rs (limited to 'src/sync_lib.rs') diff --git a/src/sync_lib.rs b/src/sync_lib.rs new file mode 100644 index 0000000..fd28c4c --- /dev/null +++ b/src/sync_lib.rs @@ -0,0 +1,3 @@ +pub mod client; +pub mod traits; +pub mod types; -- cgit v1.3.1