rhun 0.1.0

A simple alternative to sudo / doas
Documentation
  • Coverage
  • 87.5%
    7 out of 8 items documented0 out of 7 items with examples
  • Size
  • Source code size: 45.22 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 858.07 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • RHL120/rhun
    11 3 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • RHL120

rhun - simple sudo in rust

rhun is a simple alternative to sudo / doas. It is written in rust, accepts no command line flags and does not have a configuration file (the source code is the configuration). check src/config.rs to configure it. and run make install to install it. You should not install it from crates.io because you would have no way of configuring it.