New
Version 0.4.1
- Add
Combine.parse_file/2API. This allows providing a file path to Combine rather than a raw binary. Down the road this will be more than just a wrapper forFile.read+Combine.parse, and will actually stream the input. We're not there yet though.