
ruc
Rust Util Collection, components included:
- Chained error management
- Local command execution based on rust standard library
- Remote command execution based on the SSH protocol
- Interprocess Communication Based on Unix Abstract Sockets
- required features:
uau
- only available on various Linux platforms
- the built-in functions only support the UDP protocol
- Crypto operations
- required features:
crypto
- ...
In addition, there is a feature named "full", using it will enable all functional features.
Documentations
```shell
cargo doc --all-features --open
make doc
```
Links to static documentations:
- Chained error management
- Local command execution
- Remote command execution
- Interprocess Communication
Gratitude
Thanks to all the people who already contributed!