diff options
| author | omagdy <omar.professional8777@gmail.com> | 2025-07-17 03:44:03 +0300 |
|---|---|---|
| committer | omagdy <omar.professional8777@gmail.com> | 2025-07-17 03:44:03 +0300 |
| commit | c880c7ad3eba9546ce95bc268218c66a128d319f (patch) | |
| tree | 95bfaf60d0123ee542b15b588b4b6c322cd32b28 /src/main.rs | |
| parent | 6bdbdf8f86cfe3f2301ac7c1ff029f2b8e2a353c (diff) | |
| download | redis-rust-c880c7ad3eba9546ce95bc268218c66a128d319f.tar.xz redis-rust-c880c7ad3eba9546ce95bc268218c66a128d319f.zip | |
refactor: moved macros to their own file
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index 6905f11..c6c8720 100644 --- a/src/main.rs +++ b/src/main.rs @@ -8,6 +8,8 @@ use std::{ time::{Duration, SystemTime, UNIX_EPOCH}, }; +#[macro_use] +mod macros; mod resp_commands; mod resp_parser; |
