Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.