mistodon / dymod
A Rust macro to allow hotswapping code for a module in debug mode, but statically linking it safely in release mode.
☆16Updated last year
Related projects ⓘ
Alternatives and complementary repositories for dymod
- Exposes arch-specific intrinsics as safe function (via cfg).☆48Updated 3 months ago
- ☆55Updated last year
- Load fonts as vector graphics in pure Rust with advanced text layout.☆40Updated last year
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆42Updated 9 months ago
- Rust crate providing a reimplementation of the `std::Any` trait that supports types with non-`'static` lifetimes.☆36Updated 2 months ago
- One pointer wide trait objects which are also FFI safe, allowing traits to be passed to/from and implemented by C ABI code.☆40Updated 2 years ago
- Rust macro to specialize on the type of an expression.☆36Updated last year
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆62Updated 2 months ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆35Updated 10 months ago
- ☆21Updated 3 years ago
- Full-service command-line parsing☆68Updated 7 months ago
- Use declarative macros as proc_macro attributes or derives☆101Updated last year
- Defer dropping large structs to a background thread☆61Updated 2 years ago
- Rust procedural macro attribute parser☆36Updated 4 months ago
- A 2D vector graphics library written in Rust☆38Updated 2 years ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆131Updated 3 months ago
- ☆31Updated 4 years ago
- Sort Unicode strings lexicographically☆35Updated 3 months ago
- Typed index version of Rust slice and Vec containers☆66Updated last month
- Const equivalents of std functions, compile-time comparison, and parsing.☆86Updated 6 months ago
- Cargo API written in Paris☆43Updated this week
- A low-ish level tool for easily writing and hosting WASM based plugins.☆69Updated 7 months ago
- A safe, fast, lightweight embeddable scripting language written in Rust.☆20Updated last year
- Rich text processing☆59Updated 2 months ago
- Use winit like the async runtime you've always wanted☆47Updated 5 months ago
- This crate provides Discrete Interval Tree Data-Structures, which are based off BTreeMap☆39Updated 2 months ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆58Updated 3 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 2 weeks ago
- A lightweight graphical text editor made with Rust and Druid☆36Updated last year