tmoers / hexplayLinks
Implements rust's Display trait for hex data
☆23Updated 2 years ago
Alternatives and similar repositories for hexplay
Users that are interested in hexplay are comparing it to the libraries listed below
Sorting:
- Read trait fixed to soundly work with uninitalized memory☆27Updated last year
- A C expression parser and evaluator☆49Updated 2 years ago
- An exploration into the various ways optional trait methods can be implemented in Rust.☆39Updated 2 months ago
- Inline procedural macros for Rust☆56Updated 3 years ago
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 2 months ago
- ☆57Updated 3 years ago
- ☆56Updated 2 years ago
- A dynamic library helper for rust crates☆35Updated 2 years ago
- Unbuffered and unlocked I/O streams☆45Updated 6 months ago
- Load fonts as vector graphics in pure Rust with advanced text layout.☆43Updated 2 years ago
- Easy and safe destructuring for more types.☆33Updated last month
- A thread pool for running multiple tasks on a configurable group of threads.☆51Updated last year
- Unix API☆29Updated last year
- 🎙 Architect TUI and text user output for multiple output destinations using events, in Rust.☆32Updated last month
- std::Error in no_std environment.☆39Updated 4 years ago
- ASCII-only equivalents to `char`, `str` and `String`.☆73Updated last year
- Procedural macro span debugger/visualizer☆39Updated 5 years ago
- A hassle-free utility to encrypt error handling strings in public binaries to protect business logic☆26Updated 3 years ago
- A low-ish level tool for easily writing and hosting WASM based plugins.☆70Updated last year
- A wrapper for build.rs instructions☆16Updated 2 years ago
- ☆19Updated 4 years ago
- Target "triple" support☆52Updated last week
- Extension of nom to trace parser☆49Updated 7 months ago
- A newtype with alignment of at least `A` bytes☆33Updated 7 months ago
- ☆31Updated 5 years ago
- Proc macro for smol async runtime☆54Updated 4 years ago
- Self-referencial structs using the async/await transformation☆44Updated 4 years ago
- cargo subcommand for building proc-macro crates with web assembly☆34Updated 4 years ago
- #[no_std] print equivalent for Rust☆64Updated 2 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`☆31Updated 2 years ago