sdroege / byte-slice-cast
Safely cast slices of one built-in fundamental number type to another
☆28Updated last month
Alternatives and similar repositories for byte-slice-cast:
Users that are interested in byte-slice-cast are comparing it to the libraries listed below
- Full precision decimal representation of f64☆26Updated 3 weeks ago
- Timer facilities for Rust's async story☆56Updated 6 months ago
- ☆38Updated last year
- cross-platform Rust API for memory mapped IO☆42Updated 10 months ago
- cargo subcommand for building proc-macro crates with web assembly☆34Updated 4 years ago
- A Rust crate for formatting strings dynamically☆32Updated last year
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated last year
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆33Updated this week
- 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
- Completion futures for Rust☆19Updated 2 years ago
- Talk to Cargo easily at build time☆17Updated last year
- A Rust library for runtime-checked linearish types☆32Updated last year
- A newtype with alignment of at least `A` bytes☆31Updated last month
- bluss/IndexMap with amortized resizes☆14Updated 4 years ago
- ☆16Updated 2 weeks ago
- Rust library for making easy parallel pipelines with Iterators.☆31Updated 5 years ago
- Rust crate to use process file descriptors (pidfd) for Linux☆46Updated last year
- Generate is a library for building iterators on the fly☆39Updated 3 years ago
- Helper macros: autoimpl, impl_scope☆59Updated 2 months ago
- A safe-guarded transmute for Rust☆38Updated 10 months ago
- A primitive for writing structural search and replace programs for rust☆31Updated 8 months ago
- impl fallible collections in rust, quite as describe in RFC 2116☆37Updated 4 months ago
- #[derive(Future, Stream, Sink, AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead)] for enums.☆16Updated 2 weeks ago
- Generic SIMD abstractions for Rust.☆47Updated 2 years ago
- Remove Cargo.lock lockfile☆33Updated 2 months ago
- ☆18Updated 2 months 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`☆30Updated 2 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 5 months ago
- Unsafe marker trait for types that deref to a stable address☆31Updated last year
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago