unicode-bom 0.1.0

Unicode byte-order mark detection for files and byte arrays.
# Change log

## 0.1.0

### New features

* docs: write some basic documentation (e472f2a)
* types: implement From<## 0.0.0Path> for Bom (a63deca)
* types: implement From<## 0.0.0mut File> for Bom (73924e1)
* types: implement From<## 0.0.0[u8]> for Bom (0007285)
* types: implement a basic Bom enum (b30af8b)

### Refactorings

* api: accept a plain ## 0.0.0str as a file path (1ac8883)

### Other changes

* tests: simplify some test code (e832f1a)
* code: silence clippy warnings (b3d3bd0)
* ci: add ci config (99dd906)
* repo: add git ignore file (2bad0b2)

## 0.0.0

* chore: initial commit