libmlv 0.1.0

Read MLV (magic lantern video) files.
Documentation
1
2
3
4
5
6
7
8
9
10
# LibMLV-rs
libMLV in rust

Slightly lost about best way to design the api in a way that isn't 100% dependent on std... really severely overengineered a bunch of stuff ac ouple years ago when I initially wrote this code, now I'm fixing it.

publishing to crates.io (note for myself)
```
cargo publish --allow-dirty
```
Use allow dirty to ignore cargo.lock, I do not see a reason to include it yet.