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 pure-Rust library to work with Linux memfd☆32Updated 3 months ago
- Macro for dynamically loading windows dll functions☆19Updated last year
- Cross-platform interface to the `errno` variable☆70Updated this week
- Raw system calls for Rust☆98Updated 2 years ago
- Overriding Stdio file descriptors in Rust☆18Updated 4 months ago
- a cross-platform library for opening OS pipes in Rust☆111Updated last month
- A simple spinlock crate based on the abstractions provided by the `lock_api` crate.☆39Updated last year
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 2 months ago
- Type aliases to C types like c_int for use with bindgen☆40Updated 2 years ago
- A wrapper for build.rs instructions☆16Updated 2 years ago
- Read trait fixed to soundly work with uninitalized memory☆25Updated last year
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 3 months ago
- A C expression parser and evaluator☆46Updated 2 years ago
- #[no_std] print equivalent for Rust☆64Updated this week
- Compression libraries implemented by pure Rust.☆35Updated 4 years ago
- Rust's std::net except without the std.☆46Updated 2 years ago
- Full precision decimal representation of f64☆26Updated last month
- Generate is a library for building iterators on the fly☆39Updated 4 years ago
- A simple global allocator for Rust which hooks into `libc`. Useful in `no_std` contexts.☆25Updated last year
- Provides Rust interface to get current memory mappings for a given process☆17Updated 2 years ago
- Code coverage support for Rust `no_std` and embedded programs☆57Updated 7 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆57Updated 9 months ago
- Find calls to panic functions in rust executables☆35Updated 3 years ago
- ☆87Updated last year
- Rust crate to use process file descriptors (pidfd) for Linux☆49Updated last month
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆38Updated 9 months ago
- Parse integers directly from `[u8]` slices in safe code☆58Updated last year
- 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
- An exploration into the various ways optional trait methods can be implemented in Rust.