File: main.rs

package info (click to toggle)
rust-zmq-sys 0.11.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 240 kB
  • sloc: makefile: 4
file content (7 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#[cfg_attr(feature = "vendored", path = "vendored.rs")]
#[cfg_attr(not(feature = "vendored"), path = "pkg_config.rs")]
mod find;

fn main() {
    find::configure()
}