tree_magic
tree_magic copied to clipboard
Upgrade to nom 6
Fixes #15. Closes #19.
I also have this branch which merges in the latest changes from master, but does not compile (because of the existing errors on master):
https://github.com/aahancoc/tree_magic/compare/master...mbrubeck:nom5-rebase-wip
This change is included in my stripped-down fork of this crate:
https://crates.io/crates/tree_magic_mini
nom 6 has been released.
Thanks. I've updated this branch to use nom 6. I also applied this change to my fork tree_magic_mini.