1 2 3 4 5 6 7 8 9 10 11
//! Helper crate of `build.rs` in intel-mkl-src crate.
//!
//! This crate is responsible for finding static or dynamic library
//! of Intel MKL installed in user system.
//!
mod config;
mod entry;
pub use config::*;
pub use entry::*;