brylee10 / corustLinks
Collaborative code editor and execution environment for Rust
☆36Updated 2 months ago
Alternatives and similar repositories for corust
Users that are interested in corust are comparing it to the libraries listed below
Sorting:
- horrible serde macro stuff☆39Updated last year
- State machine pattern for Rust☆29Updated 7 months ago
- Minimalist Rust syntax parsing for procedural macros☆63Updated last year
- A fast, lightweight, embedded system-friendly library for wrapping text.☆64Updated last year
- An immutable data structure with O(1) append, prepend, and concat time complexity.☆32Updated last week
- Efficient byte-stream pipe buffer☆43Updated 11 months ago
- Imitate the documentation build that docs.rs would do☆52Updated 5 months ago
- Serde with Validation☆59Updated 3 months ago
- Serde-based replacement for #[derive(Debug)]☆68Updated 8 months ago
- ☆31Updated last year
- Rust crate providing a reimplementation of the `std::Any` trait that supports types with non-`'static` lifetimes.☆39Updated 6 months ago
- Thread Safe Reactive Data Structure. Made with ❤️ for 🦀☆41Updated last year
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆74Updated this week
- Binary size analyzer for Rust programs☆36Updated last year
- 🐱concat! with support for const variables and expressions☆41Updated last month
- Open a scope and then freeze it in time for future access.☆107Updated 10 months ago
- Type-erased core::Discriminant<T>☆38Updated last month
- A more powerful replacement for standard macros☆34Updated 6 months ago
- A Rust crate for creating and managing system call filters, providing a safe and ergonomic interface for controlling access to system res…☆29Updated this week
- Zero-cost type for stack without complicated type or Box☆45Updated 3 weeks ago
- Stalloc is a fast first-fit memory allocator that you can use to quickly speed up your Rust programs.☆31Updated 3 weeks ago
- Re-usable CLI flags for `cargo` plugins☆39Updated 2 weeks ago
- Reports when tokio runtime threads are blocking☆64Updated 9 months ago
- Trait implementation generator macro☆29Updated this week
- GUI viewer for cargo metadata☆20Updated 4 months ago
- Rust Macro which embeds files into your executable. A fork of `rust-embed` with a focus on usage on web servers.☆28Updated last year
- Parse JSON file at compile time and embed as serde_json::Value☆28Updated 3 months ago
- Concise bit field extraction☆59Updated 7 months ago
- i24 provides a 24-bit signed integer type for Rust, filling the gap between i16 and i32. This type is particularly useful in audio proces…☆30Updated this week
- Derive helper methods for enum variants that are familiar from `std::Option` & `std::Result` such as `unwrap_or` or `and_then`.☆42Updated last year