ffprobe 0.3.0

Typed wrapper for the ffprobe CLI
Documentation
1
2
3
4
5
6
7
8
9
10
11
# 0.3.0 - 2021-08-02

* Provided more detailed error information
  [#8]https://github.com/theduke/ffprobe-rs/pull/8
* Make some fields optional

# 0.2.0 - 2021-06-26

* Change `Stream::codec_time_base` to `Option<_>`