What's Changed
- cgroups: skip empty controllers by @eliad-wiz in #292
- Clarify CpuInfo.get_field docs by @eminence in #291
- Correct copy-pasted Process::task_from_tid() doc by @ryoqun in #294
- Ship copyright and license files with split crates by @michel-slm in #297
- Derive serde for Pfn by @tatref in #301
- Add MountInfos::iter by @rusty-snake in #300
- Add oom_score_adj Process methods by @futpib in #298
- feat: move PhysicalPageFlags to procfs-core by @tatref in #303
- Fix documentation for
Meminfo.s_reclaimable
. by @carletes in #306 - Doc: Fix incorrect link to examples by @VxDxK in #307
- Implemented proc/crypto parsing by @Hwatwasthat in #296
- Remove lazy-static dependency by @notgull in #308
- Fix build error with backtrace feature enabled by @mbrubeck in #309
- net: Improve parsing of /proc/net/snmp by @haaspors in #313
- Updated some examples to a bit more than printing debug. by @Hwatwasthat in #314
- Implemented crypto example by @Hwatwasthat in #315
- Add support for /dev/devices by @yamaura in #311
New Contributors
- @ryoqun made their first contribution in #294
- @michel-slm made their first contribution in #297
- @rusty-snake made their first contribution in #300
- @futpib made their first contribution in #298
- @carletes made their first contribution in #306
- @VxDxK made their first contribution in #307
- @Hwatwasthat made their first contribution in #296
- @notgull made their first contribution in #308
- @mbrubeck made their first contribution in #309
- @haaspors made their first contribution in #313
- @yamaura made their first contribution in #311
Full Changelog: v0.16.0...v0.17.0