Crate memchr [−] [src]
This crate defines a single function, memchr
, which exposes a safe interface
to the corresponding function in libc
.
Functions
memchr |
A safe interface to |
This crate defines a single function, memchr
, which exposes a safe interface
to the corresponding function in libc
.
memchr |
A safe interface to |
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)