|
|
|
|
|
by jfager
4538 days ago
|
|
you're going to be waiting like a decade or so before you can do anything networking related with it Not true. My 'learn rust' project is pcap-based and has a trivial websocket implementation, and (after the basic learning hump) it's dirt easy. Aside from how simple it is to interact with C, Rust's current networking stack is libuv under the hood (i.e. same as node), and if you don't want libuv, native implementations are landing now. |
|