Amanieu / cstr_core
Implementation of CStr and CString for no_std environments
☆41Updated last year
Alternatives and similar repositories for cstr_core:
Users that are interested in cstr_core are comparing it to the libraries listed below
- a cross-platform library for opening OS pipes in Rust☆101Updated 3 months ago
- A pure-Rust library to work with Linux memfd☆32Updated 6 months ago
- A procedural macro for compile time UTF-16 strings☆20Updated 6 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆52Updated 3 months ago
- Type aliases to C types like c_int for use with bindgen☆41Updated last year
- Stack-allocated DSTs for rust (fixed capacity)☆47Updated 10 months ago
- Macro for dynamically loading windows dll functions☆19Updated last year
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆33Updated last year
- A simple spinlock crate based on the abstractions provided by the `lock_api` crate.☆36Updated last year
- #[no_std] print equivalent for Rust☆60Updated last year
- Full precision decimal representation of f64☆25Updated 2 months ago
- One pointer wide trait objects which are also FFI safe, allowing traits to be passed to/from and implemented by C ABI code.☆42Updated 2 years ago
- ☆60Updated 7 years ago
- Cross-platform interface to the `errno` variable☆66Updated last month
- Find calls to panic functions in rust executables☆35Updated 3 years ago
- Safe pointer-to-member functionality for rust☆33Updated 7 months ago
- DWARF packaging utility, written in Rust, supporting GNU extension and DWARF 5 package formats.☆42Updated 4 months ago
- Generate is a library for building iterators on the fly☆39Updated 3 years ago
- Unsafe marker trait for types that deref to a stable address☆31Updated last year
- Extremely minimal parser for ELF/PE/Mach-o/ar☆39Updated 3 years ago
- A sanity checker for global allocations in Rust☆48Updated 7 months ago
- An exploration into the various ways optional trait methods can be implemented in Rust.☆34Updated 4 years ago
- ☆35Updated 5 months ago
- A wide string Rust library for converting to and from wide-character strings, including UTF-16 and UTF-32 encoding.☆83Updated 9 months ago
- The bare essentials of std::io for use in no_std. Alloc support is optional.☆72Updated last year
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆74Updated last month
- A C expression parser and evaluator☆48Updated last year
- Rust's std::net except without the std.☆47Updated 2 years ago
- Target "triple" support☆49Updated 3 weeks ago
- provides a `MaybeOwned<'a,T>` type different to std's `Cow` it implements `From<T>` and `From<&'a T>` and does not require `ToOwned`☆29Updated last year