Crate netpix_macros

Source

Macrosยง

run_server
This macro runs the warp server.
setup_clients
This macro sets up the clients hashmap (Arc<RwLock<>>).
setup_packet_handlers
This macro sets up the packet handlers given sniffers and clients.
setup_routes
This macro sets up routes. The user will pass the variables it needs.
spawn_message_sender
This macro spawns the periodic client message sender.