process_limiter 0.1.0

A lib which can directly limit the specified process occupancy, and support multithreading and dynamically changing occupancy
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.sysinfo]
version = "0.29.0"

[package]
authors = ["shadow3 <shadow3aaa@qq.com>"]
description = "A lib which can directly limit the specified process occupancy, and support multithreading and dynamically changing occupancy"
edition = "2021"
license = "WTFPL"
name = "process_limiter"
readme = "README.md"
repository = "https://github.com/shadow3aaa/process_limiter"
version = "0.1.0"

[profile.release]
codegen-units = 1
lto = "fat"
opt-level = 3
strip = true