fabianboesiger / debug-plotter
Rust crate that provides a convenient macro to quickly plot variables.
☆89Updated 2 years ago
Alternatives and similar repositories for debug-plotter:
Users that are interested in debug-plotter are comparing it to the libraries listed below
- Safe, zero-cost downcasting for limited compile-time specialization.☆155Updated last month
- A simple Cross-platform thread schedule and priority library for rust.☆117Updated 2 months ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 2 years ago
- Extract documentation for the feature flags from comments in Cargo.toml☆177Updated 3 weeks ago
- ☆112Updated 2 years ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆108Updated 2 years ago
- Migrated to Codeberg☆81Updated last year
- Typed index version of Rust slice and Vec containers☆68Updated 3 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆191Updated last week
- Safe wrapper for initializing arrays☆72Updated 2 years ago
- A simple wrapper around filesystem operations to provide more helpful error messages.☆140Updated last week
- Threadsafe RefCell for Rust☆90Updated last year
- Exposes arch-specific intrinsics as safe function (via cfg).☆51Updated last month
- Make trait methods callable without the trait in scope☆135Updated last week
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆77Updated last month
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆76Updated 2 weeks ago
- Oneshot Rust channel working both in and between sync and async environments☆84Updated 3 months ago
- A Rust macro to make enums with a subset of values of the parent☆86Updated 9 months ago
- Nudging the compiler to auto-vectorize things☆74Updated last year
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆135Updated 5 months ago
- A graph crate with simplicity in mind☆87Updated last year
- Minimal asynchronous runtime for Rust