Sign in
fuchsia
/
fuchsia
/
cc6f71c
/
.
/
third_party
/
rust_crates
/
vendor
/
httparse
/
src
/
simd
/
fallback.rs
blob: 4a79cb997824700ca5e4eccdaabaad27089d7300 [
file
] [
log
] [
blame
]
use
::
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
)
{}