coolprop_sys_macos_aarch64/lib.rs
1//! [<img alt="GitHub" src="https://img.shields.io/badge/github-8da0cb?style=for-the-badge&labelColor=555555&logo=github" height="22">](https://github.com/portyanikhin/rfluids)
2//! [<img alt="docs.rs" src="https://img.shields.io/badge/docs.rs-66c2a5?style=for-the-badge&labelColor=555555&logo=docs.rs" height="22">](https://docs.rs/coolprop-sys)
3//! [<img alt="crates.io" src="https://img.shields.io/crates/v/coolprop-sys?style=for-the-badge&logo=rust&labelColor=555555&color=fc8d62" height="22">](https://crates.io/crates/coolprop-sys)
4//! [<img alt="CI" src="https://img.shields.io/github/actions/workflow/status/portyanikhin/rfluids/ci.yml?style=for-the-badge&logo=githubactions&logoColor=ffffff&label=ci&labelColor=555555" height="22">](https://github.com/portyanikhin/rfluids/actions/workflows/ci.yml)
5//!
6//! [`CoolProp`](https://coolprop.org) native binaries for `macOS AArch64`
7//!
8//! #### License
9//!
10//! <sup>
11//! This project is licensed under
12//! <a href="https://github.com/portyanikhin/rfluids/blob/main/LICENSE">MIT License</a>.
13//! </sup>
14
15/// `CoolProp` dynamic library absolute path.
16pub const COOLPROP_PATH: &str = concat!(env!("OUT_DIR"), "/libCoolProp.dylib");