sdroege / byte-slice-castLinks
Safely cast slices of one built-in fundamental number type to another
☆28Updated 7 months ago
Alternatives and similar repositories for byte-slice-cast
Users that are interested in byte-slice-cast are comparing it to the libraries listed below
Sorting:
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated last year
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Timer facilities for Rust's async story☆56Updated last year
- cargo subcommand for building proc-macro crates with web assembly☆34Updated 4 years ago
- Abstract over different executors☆74Updated 2 years ago
- Full precision decimal representation of f64☆26Updated 3 weeks ago
- Automatic cfg for Rust compiler features☆103Updated 3 months ago
- ☆39Updated 2 years ago
- Proc-macro utility to populate enums from database data☆20Updated 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.☆43Updated 3 years ago
- Nudging the compiler to auto-vectorize things☆75Updated 2 years ago
- Unsafe marker trait for types that deref to a stable address☆32Updated 2 months ago
- ☆87Updated 8 months ago
- Generate is a library for building iterators on the fly☆39Updated 4 years ago
- A newtype with alignment of at least `A` bytes☆32Updated 8 months ago
- A thread pool for running multiple tasks on a configurable group of threads.☆51Updated last year
- Find out what platform your code is running on from Rust☆32Updated 3 years ago
- List size of types in a Rust crate☆27Updated last year
- ☆47Updated 5 years ago
- Utilities for encoding and decoding frames with async/await☆74Updated 4 years ago
- Generic SIMD abstractions for Rust.☆46Updated 2 years ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆86Updated 5 months ago
- Rust crate to use process file descriptors (pidfd) for Linux☆50Updated 4 months ago
- Extensions for the Rust standard library☆40Updated last year
- A Rust crate for formatting strings dynamically☆32Updated last year
- Small Box optimization: store small item on stack and fallback to heap for large item.☆90Updated 3 months ago
- An implementation of the `group_by` Haskell function for slice and strings☆54Updated 2 years ago
- Completion futures for Rust☆19Updated 3 years ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 6 months ago
- Observer pattern which generates a futures 0.3 stream of events☆41Updated 2 years ago