This library contains various utilities for writing parsers. It contains three sections:
bytes
: contains Byteorder like functions for reading integers and strings from byte slices.testing
: contains alternatives to the assert! family that return Results instead of panicking.vfs
: contains traits for a virtual filesystem and some basic filesystems that allow for parsing without extracting
This crate has no features that can be enabled