libopenraw 0.1.2

Rust API bindings for libopenraw
Documentation
0.1.2 -
==================

- API: added `file_extensions()`.
- Depends on `lazy_static` for the macro.
- Depends on libopenraw-sys 0.1.2 to resync with libopenraw 0.3.3.
- Fixed clippy warnings: implement `From` instead of `Into`.

0.1.1 - 2022/11/6
=================

- `DataType`, `RawFileType`, `Error` and `DirType` now implement
  usefull default traits, like `Debug`.
- Improve documentation.

0.1.0 - 2022/11/6
=================

- Initial release