libproc
A library to get information about running processes - for Mac OS X and Linux
0.14.11
8.1M downloads/mo
#3500 most downloaded on crates.io
andrewdavidmackenzie/libproc-rs
What this package is like to depend on
Last release 10 months ago
01 Oct 2025
Release timing varies
gaps range from 9 days to 12 months
Some releases are documented
notes for 9 of 31 stable releases
Nothing withdrawn
no release was ever pulled
10 years old
31 releases · first in 2016
1 release in the last 12 months
see the full history below
Release timeline
31 releases · Aug 2016 to Oct 2025Releases
latest 31-
0.14.1101 Oct 2025Nothing published for this version
-
0.14.1007 Oct 2024Nothing published for this version
-
0.14.905 Oct 2024Release notes
Open source →Minor edits since last tagged release, notably specifying metadata to docs.rs on what platforms to render docs for, so that the linux and macos docs and examples are available to users.
-
0.14.824 Apr 2024Nothing published for this version
-
0.14.724 Apr 2024Nothing published for this version
-
0.14.613 Mar 2024Release notes
Open source →This release fixes a build error for some versions of rustc, introduced in previous releases.
I have changed how sub-modules are exported to improve the API a little, while maintaining backwards compatibility.
It also cleans up the README, adds better code docs.
-
0.14.512 Mar 2024Release notes
Open source →Fixes all clippy::pedantic lints in the code base
Updates README.md and code docs -
0.14.409 Mar 2024Release notes
Open source →This release includes a small fix/improvement to the error handling of listpids functionality, based on the behaviour of the darwin source setting errno.
This release is already published to crates.io here
-
0.14.309 Mar 2024Release notes
Open source →The only change in this release (0.14.3) versus the previous (0.14.2) is a bug fix in the listpids() method, where alternatively either one process pid could be missing from the returned vector of pids, or if there were zero a runtime error could result.
Thanks to @jthomas-dd for finding it, reporting it and pushing a proposed fix.
This release has been published to crates.io here
-
0.14.218 Sep 2023Release notes
Open source →Changes to build to Fix #82
What's Changed
- Add macos-13 to CI by @andrewdavidmackenzie in #104
- Update bindgen requirement from 0.66.1 to 0.68.1 by @dependabot in #106
Full Changelog: v0.14.1...v0.14.2
-
0.14.101 Aug 2023Release notes
Open source →Fixes (we hope) a build problem some people were experiencing on mac, where bindgen was not finding libproc.h
If this change causes any problems, please report an issue with details of the error, OS version, Xcode version.
What's Changed
- support for android(termux) by @hardfau18 in #101
- libproc.h file not found fix: include directories so that builds on mac os are successful by @jrabinow in #103
New Contributors
Full Changelog: v0.14.0...v0.14.1
-
0.14.006 Jul 2023Release notes
Open source →Added compile level support for redox OS, with a simple "cargo check" CI check to keep it working.
It treats redox as a linux equivalent for now, although I do not think that it is totally compatible for libproc-rs functionality (e.g. procfs), but at least it compiles and later we can work on the redox implementation of some of the methods. -
0.13.008 Feb 2023Release notes
Open source →Merged in contributions improving how process pids etc are gotten.
This introduces some new functions/locations for functions in the API along with deprecation notices for the old ones.
I think it's an improvement, but I hope this doesn't screw with existing users too much.
Semver < 1.0 means it's hard to communicate these types of changes in a new version number.
Feedback (via issues I guess) on the API and improvements to it are welcome. -
0.12.027 Apr 2022Nothing published for this version
-
0.11.117 Apr 2022Nothing published for this version
-
0.11.017 Apr 2022Nothing published for this version
-
0.10.025 Aug 2021Nothing published for this version
-
0.9.129 Aug 2020Nothing published for this version
-
0.9.004 Aug 2020Nothing published for this version
-
0.8.027 Jul 2020Nothing published for this version
-
0.7.224 May 2020Nothing published for this version
-
0.7.113 Oct 2019Nothing published for this version
-
0.7.013 Oct 2019Nothing published for this version
-
0.6.011 Oct 2019Nothing published for this version
-
0.5.005 Oct 2019Nothing published for this version
-
0.4.010 Mar 2019Nothing published for this version
-
0.3.203 Nov 2018Nothing published for this version
-
0.3.120 May 2018Nothing published for this version
-
0.3.019 May 2018Nothing published for this version
-
0.2.007 Feb 2018Nothing published for this version
-
0.1.022 Aug 2016Nothing published for this version