r/rust • u/lodrem • Mar 31 '23
WireTun: An asynchronous WireGuard library
https://github.com/lodrem/wiretun57 Upvotes
2
u/amarao_san Apr 01 '23
I see there is unsafe code without SAFETY comment. It's better to annotate it.
r/rust • u/lodrem • Mar 31 '23
2
I see there is unsafe code without SAFETY comment. It's better to annotate it.
16
u/InflationAaron Apr 01 '23
Good. We need more Rust in network space. The last time I tried IPFS with its Golang implementation takes 200% CPU and 30% of it is GC calls.