media_info 0.2.0

A tool to extract media information from a media source.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Media Info

A tool to extract media information from a media source.

This is a supplemental library crate for [Media Organizer](https://crates.io/crates/media_organizer).

## API

```rust
read_audio_creation_date(path_str: &str) -> Result<String, String>

read_photo_creation_date(path_str: &str) -> Result<String, String>

read_video_creation_date(path_str: &str) -> Result<String, String>
```