# darwin-libproc-sys
[](https://crates.io/crates/darwin-libproc-sys)
[](https://docs.rs/darwin-libproc-sys)




> Low-level Rust bindings for `libproc` of macOS
This crate provides unsafe low-level bindings for `libproc`,
based on the [XNU 4903.221.2](https://opensource.apple.com/source/xnu/xnu-4903.221.2) sources.
See [darwin-libproc](https://crates.io/crates/darwin-libproc) crate for idiomatic safe wrappers for these bindings.
## 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.