ruc

Crates.ioruc
lib.rsruc
version6.0.0
sourcesrc
created_at2021-01-10 10:29:17.445601
updated_at2024-06-28 02:14:36.73825
descriptionRust Util Collections
homepagehttps://github.com/rust-util-collections/ruc
repositoryhttps://github.com/rust-util-collections/ruc.git
max_upload_size
id338361
size55,726
(ktmlm)

documentation

README

GitHub top language Rust Latest Version Rust Documentation Minimum rustc version

ruc

Rust Util Collection, components included:

  • Chained error management
  • Local command execution based on rust standard library
    • required features: cmd
  • Remote command execution based on the SSH protocol
    • required features: ssh
  • 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

# cargo doc --all-features --open
make doc

Links to static documentations:

Gratitude

Thanks to all the people who already contributed!

Commit count: 131

cargo fmt