Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 349 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 349 Bytes

Munge RS

Rust FFI binding for MUNGE Uid 'N' Gid Emporium.

Building

git clone --depth 1 https://github.com/It4innovations/munge-rs
cd munge-rs
cargo build --release

Running tests

To run the tests and see more output use

cargo test -q -- --nocapture

Otherwise use

cargo test