What's Changed
- Enable
generate-link-to-definitionrustdoc feature on docs.rs by @GuillaumeGomez in #320 - Use correct MSRV by @tyilo in #328
- replace hardcoded crate name by env var that returns the crate's name dynamically by @PauloMigAlmeida in #327
- Remove unused crate and use by @javierhonduco in #329
- Fix lints as the names have changed by @javierhonduco in #330
- Reduce short-lived allocations in memory maps parsing by @javierhonduco in #331
- Work around 32/64 bit mismatch by @musicinmybrain in #326
- Parse /proc/pid/status "Groups" field as u32 by @Jongy in #334
- Make get_pressure and parse_pressure_record public by @SebastiaanYN in #335
- Use AsRef for user-facing path parameters by @Jongy in #336
- Check process name in test_proc_status_for_kthreadd by @NoisyCoil in #337
- Add
fullrecord toCpuPressureby @SebastiaanYN in #338 - chore(deps): update
rustixto 1.0.1 by @cratelyn in #340 - Derive PartialEq & Eq for FDTarget by @Jongy in #339
- Fix README.md example compilation by @rantala in #342
- Fix for trait derivation on wasm targets by @fzylogic in #345
- Add Process.open_relative_flags by @Jongy in #341
- fix wrong spelling in nfs mount by @arthur-zhang in #347
- Add track_caller to check_unwrap test helper function by @eminence in #355
- Add /proc/pid/syscall parsing support by @jebradbury39 in #350
- Fix FDTarget parsing for unknown FD types by @eminence in #356
- Fix parsing for mountinfo and related fields when presented with empty fields by @eminence in #357
- Replace
cratewith$cratein our macro definitions by @eminence in #358
New Contributors
- @GuillaumeGomez made their first contribution in #320
- @tyilo made their first contribution in #328
- @PauloMigAlmeida made their first contribution in #327
- @javierhonduco made their first contribution in #329
- @musicinmybrain made their first contribution in #326
- @Jongy made their first contribution in #334
- @SebastiaanYN made their first contribution in #335
- @NoisyCoil made their first contribution in #337
- @cratelyn made their first contribution in #340
- @rantala made their first contribution in #342
- @fzylogic made their first contribution in #345
- @arthur-zhang made their first contribution in #347
- @jebradbury39 made their first contribution in #350
Full Changelog: v0.17.0...v0.18.0