cute
List macro
A macro for creating list and dictionary comprehensions in Rust.
Macro for Python-esque comprehensions in Rust
336 stars
5 watching
9 forks
Language: Rust
last commit: over 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
tfpk/macrokata | A set of exercises to learn how to write macros in Rust. | 1,075 |
tylerwince/godbg | Provides a debugging macro for Go, similar to Rust's dbg macro | 202 |
dgrunwald/rust-cpython | Rust bindings for the Python interpreter, allowing Rust code to interact with and use Python libraries and scripts. | 1,813 |
alilleybrinker/langs-in-rust | A directory of programming languages implemented in Rust, serving as a source of inspiration and comparison. | 874 |
tailhook/quick-error | A macro system for defining error types with customizable display and source information. | 335 |
mattfbacon/typst-bot | Discord bot that renders Typst code using Rust and Poise framework | 64 |
pest-parser/pest-fmt | A tool to format and standardize Pest grammar files. | 25 |
swansontec/map-macro | A recursive preprocessor macro for applying operations to elements of a list while avoiding recursion limitations. | 310 |
rust-utilities/liquid-grammar-pest | A Rust library providing a grammar and tokenizer for parsing Shopify Liquid syntax | 0 |
yitzchak/trivial-do | Provides additional dolist style macros for iterating over various data structures in Common Lisp | 18 |
brettchalupa/macroquad_quickstart | An opinionated template for building games in Rust with Macroquad | 1 |
probablyclem/utoipauto | Automates addition of API documentation paths and schemas to Utoipa crate | 129 |
asciimoo/listofgithublists | A curated collection of lists dedicated to various programming languages and tools, providing recommendations and resources for developers | 372 |
softdevteam/grmtools | A suite of libraries and binaries for parsing text in Rust. | 514 |
manishearth/rust-clippy | A collection of lints to help improve Rust code quality by catching common mistakes and suggesting idiomatic writing | 106 |