Sign in
android
/
platform
/
external
/
rust
/
crates
/
httparse
/
df2557c3bf3a5d6ef79cbbf216ef5ead792d3d34
/
.
/
src
/
simd
/
fallback.rs
blob: 871cd01f1a4a8291f1fd24bec7391777d22527b8 [
file
] [
log
] [
blame
]
use
crate
::
iter
::
Bytes
;
// Fallbacks that do nothing...
#[
inline
(
always
)]
pub
fn
match_uri_vectored
(
_
:
&
mut
Bytes
<
'
_
>)
{}
#[
inline
(
always
)]
pub
fn
match_header_value_vectored
(
_
:
&
mut
Bytes
<
'_>) {}