Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heim-rs/darwin-libproc
Rust FFI bindings for macOS libproc
https://github.com/heim-rs/darwin-libproc
darwin ffi libproc macos processes rust
Last synced: about 1 month ago
JSON representation
Rust FFI bindings for macOS libproc
- Host: GitHub
- URL: https://github.com/heim-rs/darwin-libproc
- Owner: heim-rs
- License: apache-2.0
- Created: 2019-08-13T12:48:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-16T07:29:17.000Z (over 1 year ago)
- Last Synced: 2024-05-23T01:32:30.029Z (8 months ago)
- Topics: darwin, ffi, libproc, macos, processes, rust
- Language: Rust
- Homepage: https://crates.io/crates/darwin-libproc
- Size: 52.7 KB
- Stars: 7
- Watchers: 2
- Forks: 23
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# darwin-libproc
[![Latest Version](https://img.shields.io/crates/v/darwin-libproc.svg)](https://crates.io/crates/darwin-libproc)
[![Latest Version](https://docs.rs/darwin-libproc/badge.svg)](https://docs.rs/darwin-libproc)
![Minimum rustc version](https://img.shields.io/badge/rustc-1.36+-green.svg)
![Apache 2.0 OR MIT licensed](https://img.shields.io/badge/license-Apache2.0%2FMIT-blue.svg)
![Platforms supported](https://img.shields.io/badge/platform-macOS-brightgreen)> Rust bindings for `libproc` of macOS
Safe and idiomatic interface for `libproc` library.
## License
Licensed under either of [Apache License 2.0](https://github.com/heim-rs/darwin-libproc/blob/master/LICENSE-APACHE)
or [MIT license](https://github.com/heim-rs/darwin-libproc/blob/master/LICENSE-MIT) at your option.Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you,
as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.