sudo-rs 0.2.13

A memory safe implementation of sudo and su.
Documentation
1
2
3
4
5
6
7
#![forbid(unsafe_code)]

pub mod environment;
pub mod wildcard_match;

#[cfg(test)]
mod tests;