python27-sys 0.0.6

FFI Declarations for Python 2.7
Documentation
1
2
3
4
5
6
extern crate pkg_config;

fn main() {
    pkg_config::find_library("python-2.7").unwrap();
}