Dawid Królak
Dawid Królak
Current implementation is based on Guzzle PSR-7 implementation. This might lead to have multiple PSR-7 implementation across project (I'm using zend-diactoros in my project). While this is not a big...
Added rustfmt fixes where makes sense and doesn't decrease readability. Otheriwse added skip flag to rustfmt.
Follow up for #267 I'm working on project with some non-exif tags data, and only currently only exif tag from App(1) is collected. This PR collects all unknown app1 data,...
Function peekAll is mentioned as returning promise, while earlier in example is returning Live Array. I guess findAll should be here.