Amanieu / cstr_coreLinks
Implementation of CStr and CString for no_std environments
☆41Updated 2 years ago
Alternatives and similar repositories for cstr_core
Users that are interested in cstr_core are comparing it to the libraries listed below
Sorting:
- a cross-platform library for opening OS pipes in Rust☆112Updated 2 months ago
- A pure-Rust library to work with Linux memfd☆34Updated last month
- A wide string Rust library for converting to and from wide-character strings, including UTF-16 and UTF-32 encoding.☆92Updated 2 months ago
- #[no_std] print equivalent for Rust☆64Updated last month
- Raw system calls for Rust☆98Updated 2 years ago
- ☆89Updated last year
- Data structures like Rust `alloc` which reuse user allocated memory☆58Updated 2 weeks ago
- Automatic cfg for Rust compiler features☆102Updated last month
- Cross-platform interface to the `errno` variable☆70Updated last month
- One pointer wide trait objects which are also FFI safe, allowing traits to be passed to/from and implemented by C ABI code.☆42Updated 3 years ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆166Updated 3 weeks ago
- Type aliases to C types like c_int for use with bindgen☆40Updated 2 years ago
- Parse integers directly from `[u8]` slices in safe code☆57Updated last year
- Macro to generate random constants in Rust https://xkcd.com/221/☆80Updated last year
- Write and execute C code inside Rust.☆152Updated 9 months ago
- The bare essentials of std::io for use in no_std. Alloc support is optional.☆75Updated last year
- Cross compile Rust programs to the MSVC Windows target using Wine☆66Updated 3 years ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆82Updated 3 months ago
- cpuid library in rust.☆169Updated 4 months ago
- Generate is a library for building iterators on the fly☆39Updated 4 years ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 4 months ago
- Lightning Creations Compiler Frontend for various languages☆118Updated 7 months ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆28Updated 4 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 4 months ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆87Updated last month
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- Rust crate to use process file descriptors (pidfd) for Linux☆49Updated 2 months ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- A lightweight lock protected by an atomic boolean.☆37Updated 5 months ago
- Proc macro for smol async runtime☆53Updated 4 years ago