memx
memx
minics libc.
This crate is implemented memory functions like libc memcmp(), memchr(),
memmem(), memcpy(), memset().
Features
- Rewriting with rust lang.
- minimum support rustc 1.46.0 (04488afe3 2020-08-24)
Todo
- [ ] Support the zero overhead trait.
- [x] Support more fast routine on armv7-android
- [x] Support more fast routine on x86_64
- [x] Support #![no_std]
Benchmark results
Changelogs
This crate's changelog here.
License
This project is licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or
https://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or
https://opensource.org/licenses/MIT)
at your option.