drop-root-rs

Set a user id and group (using the names) id to drop root privileges

Example

```rust use droproot::setuser_group;

fn main() { // ... setusergroup("nobody", "nogroup"); // ... } ```