Rust tip: (Unix) drop the current user privileges
Brief
Rust is a modern programing language which is claimed to be blazingly fast and memory-efficient. It syntactically similar to C++, but is designed to provide better memory safety while maintaining high performance and productivity:
* Zero cost abstraction: allow a perfect balance between performance and productivity
* Memory efficient with no