1 2 3 4 5 6 7 8 9 10 11 12
[package] name = "parser-helper" version = "0.1.0" edition = "2021" authors = [ "RapidRecast <hugh@rapidrecast.io>", ] description = "Helpers for handling buffers of bytes" license = "GPL-3.0-only" [dependencies]