Crates.io | byteseeker |
lib.rs | byteseeker |
version | 0.2.1 |
source | src |
created_at | 2020-12-02 06:19:16.601317 |
updated_at | 2021-06-09 05:20:47.499915 |
description | Utility to seek byte slices within a fixed-sized byte stream |
homepage | |
repository | https://github.com/mapkts/byteseeker/ |
max_upload_size | |
id | 318815 |
size | 49,502 |
This crate is deprecated due to poor performance, see aho-corasick
or xfind
.
Utility to seek byte slices within a fixed-sized byte stream.
For detailed documentation on how to use byteseeker
, see https://docs.rs/byteseeker.