We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b99114b commit e6e922bCopy full SHA for e6e922b
1 file changed
README.md
@@ -1,15 +1,14 @@
1
-# cgroups-rs 
2
-Native Rust library for managing control groups under Linux
+# cgroups-rs
3
4
-Both v1 and v2 of cgroups are supported.
+[](https://crates.io/crates/cgroups-rs)
5
6
-# Examples
+Native Rust library for managing Linux control groups. Supports both cgroups v1 and v2.
7
8
-## Create a control group using the builder pattern
9
-
10
-``` rust
+## Examples
11
+### Create a control group using the builder pattern
12
+```rust
13
use cgroups_rs::*;
14
use cgroups_rs::cgroup_builder::*;
15
@@ -44,7 +43,7 @@ cg.delete();
44
43
// major version change.
45
```
46
47
-# Disclaimer
+## Disclaimer
48
49
This crate is licensed under:
50
0 commit comments