h33p / cglueLinks
Rust ABI safe code generator
☆188Updated 3 months ago
Alternatives and similar repositories for cglue
Users that are interested in cglue are comparing it to the libraries listed below
Sorting:
- Safe, zero-cost downcasting for limited compile-time specialization.☆168Updated last week
- Cargo subcommand for viewing LLVM optimization remarks.☆178Updated last year
- Safely cast &T to &U where the struct U contains a single field of type T.☆212Updated 2 weeks ago
- offsetof for Rust☆229Updated last year
- Use bitsized types as if they were a feature of rust.☆186Updated 4 months ago
- Better reference counted strings for Rust☆134Updated last year
- Collection of crates to deal with crashes☆157Updated 3 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆248Updated 2 months ago
- An experimental linting interface for Rust. Let's make custom lints a reality☆147Updated last year
- Fast, FFI-friendly string interning for Rust☆168Updated 10 months ago
- Easy function multiversioning for Rust☆233Updated 8 months ago
- A fast, concurrent string interner☆151Updated last year
- Utility wrapper to send non send types to other threads safely☆184Updated 4 months ago
- Minimal asynchronous runtime for Rust☆129Updated last year
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆262Updated 3 years ago
- Convert number to enum☆87Updated last year
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆199Updated last month
- Versioned data-structures for Rust☆207Updated 5 months ago
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆109Updated this week
- Const equivalents of std functions, compile-time comparison, and parsing.☆104Updated this week
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆183Updated 10 months ago
- The binary-layout library allows type-safe, inplace, zero-copy access to structured binary data. You define a custom data layout and give…☆71Updated 8 months ago
- Allocation-free data structures that make do with the memory they're given☆144Updated 3 years ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆161Updated last year
- Statically-checked alternatives to RefCell and RwLock☆370Updated last year
- Compile-time string formatting☆240Updated 8 months ago
- A scope for async_std and tokio to spawn non-static futures☆144Updated last year
- Use declarative macros as proc_macro attributes or derives☆138Updated 2 months ago
- Make trait methods callable without the trait in scope☆152Updated last week
- Extract documentation for the feature flags from comments in Cargo.toml☆183Updated 4 months ago