diff options
| author | Fuwn <[email protected]> | 2021-03-20 17:46:22 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-03-20 17:46:22 +0000 |
| commit | 60e0a7ab14d6d0a4da34d3ac9f4645f25de639d2 (patch) | |
| tree | 0f8931c2955dd4e96337d8ed7ca9ca90c23f2e8b /src/lib.rs | |
| parent | format: remove unnecessary debug statements, format (diff) | |
| download | whirl-60e0a7ab14d6d0a4da34d3ac9f4645f25de639d2.tar.xz whirl-60e0a7ab14d6d0a4da34d3ac9f4645f25de639d2.zip | |
chore: create broadcast_to_all_clients() function, rename sub directory
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ -#![feature(type_ascription)] // src\sub\property.rs:37:2 +#![feature(type_ascription)] // src\cmd\property.rs:37:2 #[macro_use] extern crate log; -pub mod sub; +pub mod cmd; pub mod server; pub mod utils; |