| Crates.io | memx |
| lib.rs | memx |
| version | 0.2.0 |
| created_at | 2021-05-12 08:26:33.699518+00 |
| updated_at | 2025-09-24 06:58:59.913366+00 |
| description | memory functions like libc memcmp(), memchr(), memmem(), memcpy(), memset() |
| homepage | |
| repository | https://github.com/aki-akaguma/memx |
| max_upload_size | |
| id | 396446 |
| size | 1,179,224 |
memx is a Rust library that provides a set of functions for memory manipulation, similar to the standard C library's <string.h>, but implemented in pure Rust and optimized for performance.
no_std compatibility for use in embedded systems and other resource-constrained environments.| memory op |
|---|
memcmp() |
memeq() |
memcpy() |
memset() |
This project is licensed under either of
at your option.