rpkg-config 0.1.2

Standalone library for reading pkg-config .pc files
Documentation
  • Coverage
  • 80%
    28 out of 35 items documented0 out of 22 items with examples
  • Size
  • Source code size: 41.13 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.89 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • maia-s/rpkg-config-rs
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • maia-s

rpkg-config

rpkg-config is a standalone library for parsing and getting information from pkg-config's pc files in Rust.

This is not a replacement for the pkg-config crate. If you want to detect and use installed packages with pkg-config, you should use that instead.

To use, first create a PkgConfig struct with e.g. PkgConfig::open. The libs and libs_private methods return an iterator over items in the Libs and Libs.private keys, respectively.

Currently that's about it, if you need something else you can open an issue at github.