strip-slice-prefix
This Rust crate provides a function to strip a prefix from a slice, similar to String::strip_prefix.
See the documentation or this example:
use strip_prefix;
let greetings = b"Hello world";
let addressee = strip_prefix.unwrap;
assert_eq!;