pcap-config 0.1.1

A library to run the pcap-config tool at build time to find the compiler flags for linking libpcap.
Documentation
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning].

## 0.1.0
### Added

- Config structure holds the configuration options for running pcap-config and
  runs the command, printing the Cargo metadata.
- find_library() allows running pcap-config with the default options (non-static
  by default).
- Examples illustrate usage.

[Semantic Versioning]: http://semver.org/