mdsteele / rust-cab
Rust library for encoding/decoding Windows cabinet (.cab) files
☆16Updated 2 months ago
Alternatives and similar repositories for rust-cab:
Users that are interested in rust-cab are comparing it to the libraries listed below
- An exploration into the various ways optional trait methods can be implemented in Rust.☆34Updated 4 years ago
- DWARF packaging utility, written in Rust, supporting GNU extension and DWARF 5 package formats.☆42Updated 4 months ago
- A custom context for eyre that supports backtraces on stable☆13Updated 9 months ago
- A sanity checker for global allocations in Rust☆48Updated 7 months ago
- Macro for dynamically loading windows dll functions☆19Updated last year
- A generic implementation of double-buffering.☆16Updated 3 years ago
- A tracing layer for macOS/iOS's `oslog`☆23Updated 4 months ago
- make a hexdump or do the reverse.☆16Updated 2 years ago
- A C expression parser and evaluator☆48Updated last year
- A dynamic library helper for rust crates☆34Updated last year
- Moving code-gen out of `build.rs`☆16Updated last month
- A rust library that demangles / undecorates C++ symbols mangled by MSVC☆42Updated 8 months ago
- Emulation for legacy devices☆29Updated last week
- A rust crate to symbolicate addresses from PDBs, like addr2line. Uses the `pdb` crate.☆33Updated 3 months ago
- memory functions like a libc memcmp(), memchr(), memmem(), memcpy(), memset()☆17Updated last week
- Talk to Cargo easily at build time☆17Updated 11 months ago
- A lightweight lock protected by an atomic boolean.☆35Updated last year
- Byte-wise atomic memcpy.