no_std version of crate fixedstr: strings of constant maximum size that can be copied and stack allocated
Search, hash, sort, fingerprint, and fuzzy-match strings faster via SWAR, SIMD, and GPGPU
A lightweight, column-based CRDT implementation in Rust
The `inlinable_string` crate provides the `InlinableString` type -- an owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation -- and the `StringExt` trait which abstracts string operations over both `std::string::String` and `InlinableString` (or even your own custom string type).
Extend tracing with an ffi via cxx to emit events and create spans in C++
Use callbacks in rust-qt!
Rust bindings for Jetson Power Monitor
Rust bindings for Xilinx Power Monitor
Safe, efficient, full-featured FFI between Rust and C++
Based on hicc's ability to provide rust with the ability to call c++ standard container class interfaces
Fast `&[u8]` to integer parser
Use closures in rust-qt!