debuginfod 0.3.0

A crate for interacting with debuginfod servers.
Documentation
0.3.0
-----
- Introduced ability to use arbitrary HTTP clients via `HttpClient`
  trait
  - Added `ClientBuilder` type for configurable creation of a `Client`
    instance


0.2.1
-----
- Exported `Response` type from rate to make it nameable in user code
- Switched from `openssl` to `rustls` backend for `reqwest` client


0.2.0
-----
- Introduced `BuildId` enum and adjusted `fetch_debug_info` methods to
  work with it
- Introduced `Response` type to include additional meta data from
  `Client::fetch_debug_info` method


0.1.1
-----
- Added `CacheClient::from_env` constructor
- Added `Debug` impl for `CachingClient`


0.1.0
-----
- Initial release