diff options
| author | Fuwn <[email protected]> | 2021-03-20 17:46:22 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-03-20 17:46:22 -0700 |
| commit | fcb9f40eac3b512d5c6f4c9fa77d3b15c30d993a (patch) | |
| tree | 488a1c6866bcd53512e31f638eed430b8ef49f23 /src/lib.rs | |
| parent | format: remove unnecessary debug statements, format (diff) | |
| download | whirl-fcb9f40eac3b512d5c6f4c9fa77d3b15c30d993a.tar.xz whirl-fcb9f40eac3b512d5c6f4c9fa77d3b15c30d993a.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; |