Lokathor / bytemuckLinks
A crate for mucking around with piles of bytes
☆890Updated last week
Alternatives and similar repositories for bytemuck
Users that are interested in bytemuck are comparing it to the libraries listed below
Sorting:
- A minimal async executor that lets you block on a future☆617Updated 3 months ago
- cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code☆851Updated last week
- Slotmap data structure for Rust☆1,233Updated last year
- A macro to generate structures which behave like bitflags☆1,046Updated last week
- A Rust proc-macro attribute parser☆1,162Updated 3 weeks ago
- Just, really the littlest Vec you could need. So smol.☆705Updated 3 weeks ago
- ☆857Updated 3 weeks ago
- Test harness for ui tests of compiler diagnostics☆917Updated 3 weeks ago
- Typed distributed plugin registration☆1,174Updated 2 weeks ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,523Updated 2 months ago
- Easy self-referential struct generation for Rust.☆649Updated 8 months ago
- Heap profiling and ad hoc profiling for Rust programs.☆875Updated 6 months ago
- Macros for all your token pasting needs☆1,054Updated 11 months ago
- A vector with a fixed capacity. (Rust)☆829Updated 10 months ago
- Safe cross-platform linker shenanigans☆775Updated 3 weeks ago
- cross-platform Rust API for memory mapped IO☆526Updated 3 weeks ago
- Module initialization/global constructor functions for Rust☆898Updated last month
- A minimal `syn` syntax tree pretty-printer☆714Updated 3 weeks ago
- ☆494Updated 10 months ago
- A crate for managing memory bit by bit☆1,326Updated last year
- Numeric traits for generic mathematics in Rust☆861Updated 2 months ago
- Support atomic operations on Arc itself☆1,086Updated last week
- Benchmarks for rust serialization frameworks☆857Updated last month
- Compile-time type-checked builder derive☆1,066Updated last week
- A memory efficient string type that can store up to 24* bytes on the stack☆762Updated 5 months ago
- Experimental one-shot benchmarking/profiling harness for Rust☆626Updated last year
- Cargo subcommand to provide various options useful for testing and continuous integration.☆749Updated this week
- Custom hash algorithm used by rustc (plus hashmap/set aliases): fast, deterministic, not secure☆502Updated last month
- Write safer FFI code in Rust without polluting it with unsafe code