myutil

Crates.iomyutil
lib.rsmyutil
version7.3.0
sourcesrc
created_at2020-09-06 03:12:07.831006
updated_at2024-10-07 09:02:31.874585
descriptionRust Util Collections
homepagehttps://github.com/rust-util-collections/ruc
repositoryhttps://github.com/rust-util-collections/ruc.git
max_upload_size
id285271
size64,832
中正 (haxjump)

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
  • Algorithm operations
    • required features: algo
      • rand, hash, ecc sigature, etc.
  • Encode/Decode operations
    • required features: ende
      • hex, base64
      • zlib compress, zlib uncompress
      • json, message-pack, serde transcode
      • and so on ...
  • ...

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:

Version Rules

Examples:

  • Major function changes: v2.0.0 ==> v2.0.0
  • Minor function changes: v1.0.0 ==> v1.1.0
  • Documentation changes: v1.0.0 ==> v1.0.1

Gratitude

Thanks to all the people who already contributed!

Commit count: 151

cargo fmt