dtolnay / linkmeLinks
Safe cross-platform linker shenanigans
☆814Updated 3 weeks ago
Alternatives and similar repositories for linkme
Users that are interested in linkme are comparing it to the libraries listed below
Sorting:
- Typed distributed plugin registration☆1,238Updated 3 weeks ago
- Module initialization/global constructor functions for Rust☆945Updated last month
- Easy self-referential struct generation for Rust.☆682Updated last year
- Test harness for ui tests of compiler diagnostics☆950Updated 3 weeks ago
- cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code☆911Updated last week
- A minimal async executor that lets you block on a future☆650Updated last month
- Macros for all your token pasting needs☆1,074Updated last year
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆766Updated 3 weeks ago
- Attribute macro to require that the compiler prove a function can't ever panic☆1,175Updated this week
- Rust-to-Rust ffi,ffi-safe equivalents of std types,and creating libraries loaded at startup.☆577Updated 2 years ago
- A Rust proc-macro attribute parser☆1,214Updated last week
- Data structure serialization library with several opposite design goals from Serde☆917Updated 3 weeks ago
- A memory efficient string type that can store up to 24* bytes on the stack☆809Updated 3 weeks ago
- Just, really the littlest Vec you could need. So smol.☆717Updated 3 weeks ago
- A vector with a fixed capacity. (Rust)☆850Updated last year
- A minimal `syn` syntax tree pretty-printer☆734Updated 3 weeks ago
- A Rust wrapper over Microsoft's MiMalloc memory allocator☆717Updated last month
- Serialization library with zero dependencies☆854Updated 3 weeks ago
- Fast floating point to string conversion☆689Updated 3 weeks ago
- Library for snippet annotations☆477Updated 3 weeks ago
- Write safer FFI code in Rust without polluting it with unsafe code☆1,018Updated 2 months ago
- A build-time information stored in your rust project.(binary,lib,cdylib,dylib,wasm)☆652Updated 3 weeks ago
- Experimental one-shot benchmarking/profiling harness for Rust☆643Updated last year
- A crate for mucking around with piles of bytes☆943Updated last month
- Rust method delegation with less boilerplate☆509Updated 2 months ago
- A Stable ABI for Rust with compact sum-types☆406Updated last week
- Compile-time type-checked builder derive☆1,136Updated 2 weeks ago
- A macro to generate structures which behave like bitflags☆1,088Updated last month
- List and diff the public API of Rust library crates between releases and commits. Detect breaking API changes and semver violations via C…☆520Updated last week
- An implementation of Joshua Yanovski's Ghost Cell paper.☆493Updated last year