mime-detective 1.0.0

The `MimeDetective` spies for the magic number of a file or buffer and spits out strongly typed Mimes.
Documentation
## [1.0.0] - 2020-01-20

### Changed

- Stabilized the crate.

## [0.2.3] - 2019-11-12

### Changed

- Bundle the default magic file within the binary itself, so that it is runnable in any platform
  once a binary is built.

## [0.2.2] - 2019-01-20

### Added

- Added `MimeDetective::load_databases` to allow passing paths of Magic DBs.

### Changed

- Upgraded to Rust2018.