mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 18:25:30 +00:00
udp: use idiomatic folder structure (lib.rs + main.rs in src)
This commit is contained in:
parent
b9bc5a2aa4
commit
aa3253fcd6
9 changed files with 0 additions and 1 deletions
10
aquatic_udp/src/main.rs
Normal file
10
aquatic_udp/src/main.rs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#[global_allocator]
|
||||
static GLOBAL: mimalloc::MiMalloc = mimalloc::MiMalloc;
|
||||
|
||||
fn main() {
|
||||
aquatic_cli_helpers::run_app_with_cli_and_config::<aquatic_udp::config::Config>(
|
||||
aquatic_udp::APP_NAME,
|
||||
aquatic_udp::run,
|
||||
None,
|
||||
)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue