debuginfod 0.2.0

A crate for interacting with debuginfod servers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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