pedrocr / rawloader

rust library to extract the raw data and some metadata from digital camera images
GNU Lesser General Public License v2.1
304 stars 53 forks source link

Fixed deprecated time measurement #29

Closed schoenenberg closed 4 years ago

schoenenberg commented 4 years ago

Hi Pedro,

same changes like yesterday from imagepipe. Replacing time measurement using time crate with std::time.

Best regards, Maximilian

pedrocr commented 4 years ago

Thanks!