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
Alternatives and similar repositories for dymod:
Users that are interested in dymod are comparing it to the libraries listed below
- Rust crate providing a reimplementation of the `std::Any` trait that supports types with non-`'static` lifetimes.☆37Updated 2 months ago
- Load fonts as vector graphics in pure Rust with advanced text layout.☆41Updated last year
- ☆55Updated last year
- ☆12Updated 3 months ago
- A Rust library for runtime-checked linearish types☆32Updated last year
- ☆24Updated last year
- One pointer wide trait objects which are also FFI safe, allowing traits to be passed to/from and implemented by C ABI code.☆42Updated 3 years ago
- A kludgey 2d game engine written in Rust atop wgpu☆72Updated last month
- Additional widgets for the Iced GUI library☆29Updated 2 years ago
- Defer dropping large structs to a background thread☆62Updated 2 years ago
- Safe, fully-featured bindings to the Tracy profiler☆25Updated 2 weeks ago
- Automated GUI testing using accesskit☆58Updated 2 months ago
- RXI's microui ported to rust (not a binding)☆41Updated last year
- Extensions for the Rust standard library☆39Updated 10 months ago
- Types to define keyboard related events.☆56Updated 2 months ago
- ☆26Updated last year
- A beautiful, tiny traceback and logging library supporting #![no_std] rust.☆20Updated last year
- Exposes arch-specific intrinsics as safe function (via cfg).☆51Updated 2 months ago
- A simple and convenient way to bundle owned data with a borrowing type.☆27Updated 2 years ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆46Updated last year
- Automatic `mod` declaration with visibility/re-export customization, conditional compilation and more.☆21Updated last year
- ☆21Updated 4 years ago
- A zero-allocation library providing const-generic implementations of Bézier curves, B-Spline curves and specialized implementations of up…☆40Updated 4 months ago
- Macro assembler for Rust☆34Updated 11 months ago
- Use winit like the async runtime you've always wanted☆48Updated 8 months ago
- A proc macro for creating compile-time checked CSS class sets, in the style of classNames☆16Updated 2 years ago
- Real-time compute-focused async executor with job pools, thread-local data, and priorities.☆64Updated last month
- Value probing with egui based UI☆15Updated this week
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆36Updated last year
- Write simple proc-macros inline with other source code.☆19Updated 2 months ago