compio-rs / compio

A thread-per-core Rust runtime with IOCP/io_uring/polling.
MIT License
420 stars 37 forks source link

feat(net): add from_std for UdpSocket #302

Closed Berrysoft closed 1 month ago

Berrysoft commented 1 month ago

cyper will use it to create a dual-stack endpoint.

Berrysoft commented 1 month ago

Ignore the check failure, I think it might be a bug of clippy.

George-Miao commented 1 month ago

Can you fix clippy before merging?