Published inTresorit EngineeringCollecting broadcast UDP packets using async networking in RustCreating a simple console application in Rust for fun and profit, including some nice tricks to push async programming to the limits.Jul 8, 20191Jul 8, 20191
Using #pragma once together with conditional compilation#pragma once directive is superior to traditional header guard idiom. It’s even more interesting if we mix it with conditional compilation.Oct 12, 2014Oct 12, 2014