Cargo Features
aranya-libc has no features set by default.
[dependencies]
aranya-libc = { version = "0.1.0", features = ["std"] }
- std
-
Enables std of libc, memchr, and tracing
memchr:
The 'std' feature permits the memchr crate to use the standard library. This permits this crate to use runtime CPU feature detection to automatically accelerate searching via vector instructions. Without the standard library,
this automatic detection is not possible.
aranya-libc has 1 feature without comment.