sudo-rs 0.2.3

A memory safe implementation of sudo and su.
Documentation
1
2
FROM rust:1-slim-bookworm
RUN apt-get update -y && apt-get install -y clang libclang-dev libpam0g-dev