kamadak / exif-rs

Exif parsing library written in pure Rust
BSD 2-Clause "Simplified" License
190 stars 42 forks source link

Remove all usage of unsafe rust #7

Closed kpcyrd closed 5 years ago

kpcyrd commented 5 years ago

This patch removes all unsafe rust from the crate and replaces it with safe rust.

kamadak commented 5 years ago

Thanks for the PR. I will merge a part of your patch but not the other part (e.g., where references are changed to Vecs).

kamadak commented 5 years ago

Merged in 46510fe.