[go: up one dir, main page]

findshlibs 0.3.3

Find the set of shared libraries loaded in the current process with a cross platform API
Documentation
1
2
3
4
5
#![allow(non_snake_case)]
#![allow(non_camel_case_types)]
#![allow(dead_code)]

include!(concat!(env!("OUT_DIR"), "/macos_bindings.rs"));