ids1024 / iso9660-rs

Rust library for reading iso9660 filesystems
Apache License 2.0
22 stars 5 forks source link

Upgrade dependencies #6

Closed losynix closed 1 year ago

losynix commented 1 year ago

Nom dropped support of macro, parsers needed to be reimplemented with functions.

werdahias commented 1 year ago

should close #5

ids1024 commented 1 year ago

Looking through this, everything seems right, and the library still seems to be working as expected. I forgot this was still using the old macro API in nom. It's great to be rid of those magic macros. And updating to fuser is good too.

Thanks!