Changes
- Significant performance improvements to
BaseandTextparsers.
Unclaimed project
Are you a maintainer of combine? Claim this project to take control of your public changelog and roadmap.
Base and Text parsers.Combine.parse_file/2 API. This allows providing a file path to Combine rather than a raw binary. Down the road this will be more than just a wrapper for File.read + Combine.parse, and will actually stream the input. We're not there yet though.Combine.Parsers.Binary.