@hackage bytesmith0.3.11.1
Nonresumable byte parser
Installation
Tested Compilers
Dependencies (8)
- base >=4.12 && <5
- byteslice >=0.2.6 && <0.3
- bytestring >=0.10.8 && <0.13
- contiguous >=0.6 && <0.7
- natural-arithmetic >=0.1.3
- primitive >=0.7 && <0.10 Show all…
Dependents (19)
@hackage/scientific-notation, @hackage/json-syntax, @hackage/flatbuffers-builder, @hackage/http-exchange, @hackage/ip, @hackage/url-bytes, Show all…
Parse bytes as fast as possible. This is a nonresumable parser
that aggresively uses UnboxedSums to avoid performing any
allocations.