[−][src]Struct jetscii::Bytes
Searches a slice for a set of bytes. Up to 16 bytes may be used.
Methods
impl<F> Bytes<F> where
F: Fn(u8) -> bool,
[src][−]
F: Fn(u8) -> bool,
pub fn new(bytes: [u8; 16], len: i32, fallback: F) -> Self
[src][−]
Manual constructor; prefer using [bytes!
] instead.
Provide an array of bytes to search for, the number of valid bytes provided, and a closure to use when the SIMD intrinsics are not available. The closure must search for the same bytes as in the array.
pub fn find(&self, haystack: &[u8]) -> Option<usize>
[src][−]
Searches the slice for the first matching byte in the set.
Auto Trait Implementations
impl<F> RefUnwindSafe for Bytes<F> where
F: RefUnwindSafe,
F: RefUnwindSafe,
impl<F> Send for Bytes<F> where
F: Send,
F: Send,
impl<F> Sync for Bytes<F> where
F: Sync,
F: Sync,
impl<F> Unpin for Bytes<F> where
F: Unpin,
F: Unpin,
impl<F> UnwindSafe for Bytes<F> where
F: UnwindSafe,
F: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,