imgorisort 0.2.1

Quickly sort images into directories by orientation: tall, wide, and square.
Documentation
1
2
3
4
5
6
7
8
#[cfg(test)]
mod tests {
    #[test]
    fn test_get_img_dimensions() {
        // TODO
        assert_eq!(2 + 2, 4);
    }
}