process_limiter 0.1.0

A lib which can directly limit the specified process occupancy, and support multithreading and dynamically changing occupancy
Documentation
  • Coverage
  • 4.17%
    1 out of 24 items documented1 out of 6 items with examples
  • Size
  • Source code size: 17.11 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.88 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • shadow3aaa

Process Limiter

* A lib which can directly limit the specified process occupancy, and support multithreading and dynamically changing occupancy.


Resource-limiting Rust library for specific processes, with multithreading and dynamic occupancy adjustments. Easily limits system resource usage to reduce instability and downtime, ideal for any project needing strict resource control.