-
strum
macros for working with enums and strings
-
proc-macro-crate
Replacement for crate (macro_rules keyword) in proc-macros
-
synstructure
Helper methods and macros for custom derives
-
proc-macro-error2
Almost drop-in replacement to panics in proc-macros
-
litrs
Parse and inspect Rust literals (i.e. tokens in the Rust programming language representing fixed values). Particularly useful for proc macros, but can also be used outside of a proc-macro context.
-
proc-macro2
A substitute implementation of the compiler’s
proc_macro
API to decouple token-based libraries from the procedural macro use case -
unicode-ident
Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31
-
quote
Quasi-quoting macro quote!(...)
-
linkme
Safe cross-platform linker shenanigans
-
macrotest
Test harness for macro expansion
-
syn
Parser for Rust source code
-
serde_tokenstream
A serde deserializer for proc_macro::TokenStreams
-
paste
Macros for all your token pasting needs
-
unicode-id-start
Determine whether characters have the ID_Start or ID_Continue properties according to Unicode Standard Annex #31
-
displaydoc
A derive macro for implementing the display Trait via a doc comment and string interpolation
-
ctor
__attribute__((constructor)) for Rust
-
derive_utils
A procedural macro helper for easily writing derive macros for enums
-
enum_dispatch
Near drop-in replacement for dynamic-dispatched method calls with up to 10x the speed
-
attribute-derive
Clap like parsing for attributes in proc-macros
-
macro_magic
Allows the exporting and importing of the tokens of items across module, file, and crate boundaries
-
dylo-cli
Generate dyn-compatible traits with proc macros
-
delegate
Method delegation with less boilerplate
-
r2r
Easy to use, runtime-agnostic, async rust bindings for ROS2
-
derive-new
#[derive(new)]
implements simple constructor functions for structs and enums -
expander
Expands proc macro output to a file, to enable easier debugging
-
getset
we're ready to go! A procedural macro for generating the most basic getters and setters on fields
-
proc-macro-warning
Emit warnings from inside proc macros
-
maybe-async
A procedure macro to unify SYNC and ASYNC implementation
-
manyhow
proc macro error handling à la anyhow x proc-macro-error
-
proc-macro2-diagnostics
Diagnostics for proc-macro2
-
derive-getters
boilerplate getters generator
-
ra_ap_proc-macro-srv-cli
A standalone binary for the
proc-macro-srv
crate of rust-analyzer -
venial
A very small syn
-
specr-transpile
Converts Specr lang code to Rust
-
pyo3-stub-gen
Stub file (*.pyi) generator for PyO3
-
rstml
Rust templating for XML-based formats (HTML, SVG, MathML) implemented on top of proc-macro::TokenStreams
-
utoipauto
Rust Macros to automate the addition of Paths/Schemas to Utoipa crate, simulating Reflection during the compilation phase
-
enum-as-inner
A proc-macro for deriving inner field accessor functions on enums
-
databake
Trait that lets structs represent themselves as (const) Rust expressions
-
rustfmt-wrapper
wrapper around rustfmt for use by code generators
-
dynasm
A plugin for assembling code at runtime. Combined with the runtime crate dynasmrt it can be used to write JIT compilers easily.
-
parse-variants
Derive the syn::parse::Parse trait for enumerations and use it to comfortably parse a variant of the enumeration
-
smart-default
Rust custom-derive macro for Default with more control on the fields
-
macro_railroad
generate syntax diagrams for Rust macros
-
check_keyword
A trait for String-like types to check if it is a keyword and convert it to a safe non-keyword if so
-
concat-idents
Allows concatenating multiple identifiers and using them everywhere
-
scryer-prolog
A modern Prolog implementation written mostly in Rust
-
derive_setters
Rust macro to automatically generates setter methods for a struct's fields
-
docify
allows you to live-embed at compile time pieces of code from throughout your project as rust doc examples
-
ambassador
Trait implementation delegation via procedural macros
-
wasm-bindgen-macro-support
The part of the implementation of the
#[wasm_bindgen]
attribute that is not in the shared backend crate -
proc_macro_roids
Traits and functions to make writing proc macros more ergonomic
-
clap_derive
Parse command line argument by defining a struct, derive crate
-
simple-mermaid
Mermaid diagrams RustDoc integration
-
k9
rust testing library
-
structmeta
Parse Rust's attribute arguments by defining a struct
-
terrars
Terraform in Rust
-
derive-syn-parse
Derive macro for
syn::parse::Parse
-
bitmask-enum
A bitmask enum attribute macro
-
function_name
macro that expands to the name of the annotated function
-
relib_interface
relib is a framework for reloadable dynamic libraries
-
derive-adhoc
An ergonomic way to write derive() macros
-
deluxe
Procedural macro attribute parser
-
fv-template
Field-value based string templating
-
asn1-compiler
Compiler for compiling ASN.1 specs to Rust, with PER Codec support and derive macros for PER Codecs
-
rusteron-code-gen
Code generator for aeron c bindings
-
messageforge
lightweight Rust library for creating structured messages in chat systems, including HumanMessage, AiMessage, SystemMessage, and more. It supports easy extensibility through macros…
-
maybe-async-cfg
A procedure macro to unify sync and async implementations depending on the features of your crate
-
do-with-in
A template language for Rust metaprogramming using partial staging
-
syn-mid
Providing the features between "full" and "derive" of syn
-
stability
Rust API stability attributes for the rest of us
-
is-macro
Derive methods for using custom enums like Option / Result
-
unsynn
Proc-macro parsing made easy
-
frunk_proc_macro_helpers
Common internal functions for frunk's proc macros
-
impl-tools
Helper macros: autoimpl
-
dioxus-rsx
Core functionality for Dioxus - a concurrent renderer-agnostic Virtual DOM for interactive user experiences
-
percpu
Define and access per-CPU data structures
-
cargo-hax
The high assurance translation toolchain
-
syn_derive
Derive macros for
syn::Parse
andquote::ToTokens
-
uniffi_meta
-
proc-macro-utils
low-level utilities on proc-macro and proc-macro2 types
-
pearlite-syn
A syn parser for the Pearlite specification language
-
stageleft
Type-safe staged programming for Rust
-
prost-derive
Generate encoding and decoding implementations for Prost annotated types
-
proc-macro-rules
Emulate macro-rules pattern matching in procedural macros
-
tryexpand
Test harness for macro expansion
-
curve25519-dalek-derive
curve25519-dalek Derives
-
const-random
compile time random number generation
-
fieldx
Procedural macro for constructing structs with lazily initialized fields, builder pattern, and serde support with a focus on declarative syntax
-
template-quote
A new-fasioned quote! macro implementation with pretty template-engine like syntax
-
dsl_auto_type
Automatically expand query fragment types for factoring as functions
-
genemichaels
Makes your code formatty
-
postcompile
Helper crate for post-compiling Rust code
-
pmutil
Utils for proc-macro
-
sample-test
Sampling strategies and machinery for testing arbitrary data
-
napi-derive-backend
Codegen backend for napi procedural macro
-
dbg-pls
Syntax aware pretty-printing debugging
-
nestify
offers a macro to simplify and beautify nested struct definitions in Rust, enabling cleaner, more readable code structures with less verbosity. It's especially valuable for handling API responses.
-
int-enum
A derive macro for conversion between integer and enum types
-
form
A small script to move inline modules into the proper directory structure
-
chalk-derive
A helper crate for use by chalk crates for
derive
macros -
macroific
Proc macro development utilities
-
swift-bridge-ir
Holds the data structures and logic for bridge module parsing and code generation
-
synthez
Steroids for
syn
,quote
andproc-macro2
crates -
supply-chain-trust-example-crate-000001
Parser for Rust source code
-
makepad-micro-proc-macro
Makepad micro proc macro util lib
-
workflow-macro-tools
Macro utility functions used by the
workflow-rs
framework -
as_derive_utils
private derive utilities used by abi_stable and structural
-
napi_sym
proc macro for writing N-API symbols
-
napi-derive-backend-ohos
Codegen backend for napi-harmony procedural macro
-
actix-multipart-derive
Multipart form derive macro for Actix Web
-
epics_gen
macros for deserializing xlsx tables and serializing them as EPICS PVs
-
warcrwlock
in Rust that provides an attribute macro for structs and traits. Rewrite code using under the hood asynchronous reference (Arc) and asynchronous writing and read(RWlock) control elements.
-
format-bytes
A macro to format bytestrings
-
github-languages
All GitHub's supported languages
-
cargo-manifest-proc-macros
Find the syn::Path to your own crate from proc-macros reliably
-
malloc_size_of_derive
Firefox memory reporting, not intended for external use
-
structstruck
Nested struct and enum definitions
-
impl-trait-for-tuples
Attribute macro to implement a trait for tuples
-
swc_eq_ignore_macros
Macros for EqIgnoreSpan and TypeEq
-
wasmtime-versioned-export-macros
Macros for defining versioned exports in Wasmtime
-
spider_chromiumoxide_pdl
Contains a PDL parser and rust generator
-
EnumBitFlags
EnumBitFlags is an implementation of flags support for enums
-
vercel_runtime_router
Vercel Rust Function Runtime Router
-
futures-macro
The futures-rs procedural macro implementations
-
necessist-backends
-
pit-cli
Portal Interface Types
-
simpl_cache
caching tools
-
ra_ap_proc_macro_api
RPC Api for the
proc-macro-srv
crate of rust-analyzer -
syn-helpers
Framework for building derive macros
-
rustifact
A seamless bridge between a build script and the main crate
-
derive-deftly
An ergonomic way to write derive() macros
-
unique-type-id
A unique id proc-macro generator for types
-
quote2
An alternative lightweight version of quote
-
test-generator
Rust Test generator: enumerating entries according to file-system pattern and generating a test function for each entry
-
strum_macros
macros for working with enums and strings
-
eiffel
language inspired guard clauses with Rust macros
-
noir_macros_core
Essential proc-macros and utilities for no_std Rust development
-
tokenstream2-tmpl
Runtime TokenStream interpolation for Rust macros
-
rustfmt_if_chain
An if_chain-aware rustfmt (kind of)
-
better_default
The std Default derive, but it allows to constomize the default fields values and has some upgrades
-
axsys-noun
working with Noun data
-
scopegraphs-regular-expressions
A well-documented port of scopegraphs to Rust
-
rand_derive2
Generate customizable random types with the rand crate
-
myn
Minimalist Rust syntax parsing for procedural macros
-
abi-singleton
singleton trait
-
cfg_eval
#[cfg_eval]
in stable Rust 🙃 -
mantra-rust-macros
macros to create requirement traces and coverage logs for the
mantra
framework -
stak-macro-util
Macro utilities for Stak Scheme
-
symbols
Proc-macro utility to populate enums from database data
-
quasiquote
quote compatible quasiquote macro with support for interpolating expressions
-
positional
author/parse positional files
-
sea-bae
proc-macro attribute parser
-
async-generic
Write code that can be both async and synchronous without duplicating it
-
test_each_file
Generates a test for each file in a specified directory
-
rigz_vm
Stack based VM for rigz
-
sqltk
Enhanced Visitor implementation for sqlparser
-
betfair-typegen
interacting with Betfair from Rust
-
neli-proc-macros
Procedural macros for neli
-
penum
Make enum conform to a given pattern
-
script-macro
Write proc-macros inline with other source code
-
default-struct-builder
Generates builder methods of every field of a struct
-
command-rpc
cli crate and api for replacing rpc
-
derive_deref
Adds
#[derive(Deref)]
and#[derive(DerefMut)]
-
bodkin
Proc macro to simplify the integration of Arrow Data
-
scarb-proc-macro-server-types
Types for interacting with an RPC server set up by the
scarb proc-macro-server
command -
isr
Intermediate Symbol Representation
-
surreal_derive_plus
Query builder for surrealdb
-
extruct
proc-macro library that provides tools for listing named struct fields and implementing conversion from a larger struct containing fields with same names
-
supply-chain-trust-example-crate-000036
Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31
-
include_proc_macro
shorthand for including proc-macro source files in the module tree for external tooling like IDEs or other similar purposes
-
jsonrpc-derive
High level, typed wrapper for
jsonrpc-core
-
casey
Case transforming macros for ident tokens
-
stageleft_tool
Helper macros for the stageleft crate
-
drylib
Rust macro-library for Don't Repeating Yourself
-
ocaml-build
OCaml code generation
-
rusty-store
managing and storing serialized data using RON (Rusty Object Notation). It provides utilities for handling various types of stores, managing their persistence, and offering abstractions for modifying and committing data.
-
r3bl_core
Helper crate for r3bl_tui and r3bl_tuify crates. Used by workspace in https://github.com/r3bl-org/r3bl-open-core
-
yewlish-fetch
A macro for generating Yew fetch API bindings
-
contracts-try
Design-by-contract attributes
-
brisk-egui-components
Components for brisk-egui
-
from-attr
that makes it easy to parse attributes
-
glib-macros
Rust bindings for the GLib library, proc macros crate
-
rusty-bind-parser
Parses Rust module, generates Rust code with C ABI bindings and C/C++ header files and Swift gluecode
-
quote-use
Support
use
in procmacros hygienically -
dfir_lang
Hydro's Dataflow Intermediate Representation (DFIR) implementation
-
command_attr
Procedural macros for command creation for the Serenity library
-
opendp_tooling
Tooling for proc-macros and code generation
-
reflect
The "but I thought Rust doesn't have reflection?" memorial brand new way of defining procedural macros
-
re_types_builder
Generates code for Rerun's SDKs from flatbuffers definitions
-
stilts-lang
The parser for stilts
-
boxed_error
Macro for easily boxing an error
-
rem-utils
Extraction Maestro
-
no-panic
Attribute macro to require that the compiler prove a function can't ever panic
-
countroo
give basic code analysis inside your rust projects, it supports line counting, module counting, dependency counting, project listing as well as Rust Edition & rustc Version detection
-
netsblox-extension-util
Allows for automatic generation of a NetsBlox extension that uses WASM
-
fn-decorator
contains macros for implementing wrapper functions around member or static functions
-
pax-language-server
Language Server for Pax Language
-
machine-check-machine
Machine crate for the formal verification tool machine-check
-
checked-rs-macro-impl
procedural macros for checked-rs. This crate is not intended to be used directly.
-
vtable_gen
A C++-ABI VTable Generator for Rust
-
extendable-data
A set of rust macros that allows you to specify data that can be "extended" or inherited from
-
nacfahi-derive
Derive proc-macro for
nacfahi
-
contracts
Design-by-contract attributes
-
savvy-bindgen
Parse Rust functions, and generate C and R code
-
flamer
a procedural macro to insert
flame::start_guard(_)
calls -
proc-quote
A procedural macro implementation of quote!
-
brisk-it
core library of the brisk declarative engine
-
function-wrapper
Rust attribute macro library that makes it easy to wrap functions in code that runs before and / or after a function executes
-
aws-dynamo-derive
Helper crate for aws-sdk-dynamodb
-
doc_consts
get doc comments on fields as runtime constants
-
clappen
Clap flatten prefix macro
-
micro_games_macros
macros to make it easier to build complex systems with Bevy
-
defamed
Default, positional and named parameters
-
compact-thrift-runtime
Runtime library for compact-thrift code generator
-
enutil
General Enum Utility Macros
-
ctor_bare
Register constructor functions for Rust at complie time under no_std
-
macroific_attr_parse
Attribute parsing utilities for the macroific crate
-
needy
Requirements tracing macro
-
call2-for-syn
Apply parser functions to proc-macro2 token streams
-
by-macros
Biyard Macros
-
tnj-air
TNJ Assembly Intermediate Representation (AIR)
-
json_proc
proc macro for parsing JSON-like syntax
-
syn-prelude
prelude traits and helpers for enhancing 'syn'/'proc-macro2' lib
-
firmware-controller
Controller to decouple interactions between components in a no_std environment
-
db-set-macros
A derive for some ORM functions utilising SQLX
-
tailwag_macro_logic
The logic for A collection of macros to support the tailwag crate
-
attr-parser-fn
parse attribute procedual macros in functional way
-
optee-utee-build
Build tool for TA
-
comlexr
Dynamically build Command objects with conditional expressions
-
enum_stringify
Macro to generate string conversion functions for enums
-
wasmworker-proc-macro
Dispatching tasks to a WebWorker without
SharedArrayBuffers
-
frc42_macros
Filecoin FRC-0042 calling convention procedural macros
-
zyc_getset
当前
crate
是对’getset’ 的扩展。 主要添加了get_clone
来返回字段的克隆对象, 当为基础类型时get
自动转为get_copy
, 当字段有自定义注解时,自动对… -
unit-enum
A procedural macro for deriving ordinal methods in unit-like enums for Rust
-
xan-actor
Akka actor
-
common-error-build
High performance universal error code management for Rust in Rust
-
opimps
attribute macros to assist with overloading operators for borrowed and owned data
-
embed-licensing
Embed licensing information of dependencies to comply with free software licenses
-
aranya-capi-codegen
Code generation for Aranya's C API tooling
-
lombokrs
lightweight Rust macro library. It is the simple implementation of lombok Java in Rust.
-
portrait-framework
Framework for implementing portrait fillers
-
safe-proc-macro2
A fork of
proc_macro2
crate with unsafe code removed -
dupit
copy or clone a value
-
rust2antd
Generate Ant Design table from Rust struct
-
dioxus-rsx-rosetta
Autofomatter for Dioxus RSX
-
supply-chain-trust-example-crate-000004
Quasi-quoting macro quote!(...)
-
winter-maybe-async
sync/async macro for winterfell
-
modus_ponens
develop forward chaining inference engines
-
tauri-types
Type generating macros for Tauri apps
-
proc-macro-assertions
Easily create asserts on proc macro inputs
-
macro-dep-test
testing version resolution for associated macros
-
instance_code
Turn instances into source code
-
frunk_derives
contains the custom derivations for certain traits in Frunk
-
chur-build
A wrapper around tonic-build which adds dependencies
-
crud-api-endpoint
CLI generator for your API. Enpoint description
-
serde_inner_serialize
A package of proc macros to assist in serializing nested structures flatly via serde
-
easy_proc
Helper macros for making proc macros
-
yuuka
A helper library to generate complex and nested structures by a simple macro
-
macro-field-utils
work with darling fields
-
juniper_codegen
Code generation for
juniper
crate -
cargo-cabal
that helps you to turn in one command a Rust crate into a Haskell Cabal library
-
makepad-widgets
Makepad widgets
-
validated_struct
Easily generate nested structures with getters and predicated setters
-
reflected
Something like reflection
-
apidoc-expand
Apidoc expand
-
battler-wamprat-message
Procedural macro for sending structs over WAMP messages
-
pack_bools
Attribute macro to pack all boolean fields of a struct into a bitfield
-
windows-interface
The interface macro for the windows crate
-
serde_derive
Macros 1.1 implementation of #[derive(Serialize, Deserialize)]
-
metrics-derive
Proc macro for automatically describing and initializing metrics
-
dmacro
define C-like debug trace macro: enter!() and leave!()
-
jni_macro
A macro library for simplifying JNI code generation in Rust, enabling easy execution of Rust code in Java
-
proc-debug
Dump proc-macro output for efficient debugging
-
moosicbox_env_utils
MoosicBox env utilities package
-
proc_macro2_helper
Various utility code to extract data that can be used with proc macro2
-
ra_ap_test_fixture
Test fixtures for rust-analyzer
-
js_proxy_gen
Javascript code generator
-
fusen-derive-macro
fusen-common
-
vodca
Reduce boilerplate when writing DDD codes
-
macro_railroad_annotation
Easily embed macro_railroad images in your docs using this attribute macro!
-
std-reset
Many reworked implementations from the standard library, as well as new solutions for easy coding
-
architect-api-schema-builder
Auxiliary crate for building architect-api
-
syn-file-expand
load full source code of multi-file crates
-
opentalk-proc-macro-fields-helper
Helper function for working with fields in proc macros, used in OpenTalk crates
-
triton-constraint-builder
Emits efficient code from Triton VM's AIR
-
cgp-component-macro-lib
Context-generic programming core component macros implemented as a library
-
dylo
Generate dyn-compatible traits with procedural macros
-
timelang
A DSL (Domain Specific Language) and grammar for parsing and rendering human-readable date/time and duration values
-
grappler
function hooking through proc-macros
-
sunbeam-ir
Sunbeams intermediary types used to parse and generate CSS
-
needs_env_var
Skip compilation if environment variable is missing
-
mosaic-derive
proc-macro for the mosaic crate
-
hax-lib-macros-types
Hax-internal types
-
trace
A procedural macro for tracing the execution of functions
-
machine-check-bitmask-switch
Bitmask switch crate for the formal verification tool machine-check
-
typed-fields
A collection of macros that generate newtypes
-
clown
approximation of capture-by-closure lambdas
-
default2
Default implementation using macros
-
prometheus-static-metric
Static metric helper utilities for rust-prometheus
-
include_absolute_path
Macro to returns absolute path of a specified file or directory
-
fn-error-context
An attribute macro to add context to errors from a function
-
autogen
set of macros that allows you to automatically apply generics to impl blocks
-
nextera_jwt
Next Era JSON Web Token Attribute
-
kind-openai-schema
OpenAI schema generation macro public library
-
schema
Access the schema for a Rust item
-
mpst-seq
DEPRECIATED: A library with macro for mpstthree
-
derive_more_preview
Adds #[derive(x)] macros for more traits
-
cast_checks_convert
-
timrs_macro_utils
Macro helpers for Tim.rs
-
ra_ap_hir_def
RPC Api for the
proc-macro-srv
crate of rust-analyzer -
register-actix-routes
Macro designed to simplify the registration of routes in an Actix Web application
-
mdd
MDD
-
pestle
typed AST facade for the pest parser
-
gradio_macro
A macro for generating Gradio interfaces
-
aksr
derive macro designed to automatically generate getter and setter methods for both named and tuple structs
-
pit-rust-generator
Portal Interface Types
-
dioxus-check
Checks Dioxus RSX files for issues
-
xmacro
rust macro producing multiple expansions
-
gensym
Creates unique identifiers for macros using procedural macros
-
serde_nested_with
Use serde attributes on nested fields
-
safe-quote
A fork of
quote
crate that addsforbid(unsafe_code)
and depends onsafe-proc-macro2
instead ofproc-macro2
-
jni_fn
JNI-compatible method signature generator
-
inttype-enum
Converts an [
enum
] into an [inttype
], and try to convert it back -
flexpect
Attribute macro that falls back to #[allow] if #[expect] is not supported
-
noop_proc_macro
No-op proc_macro, literally does nothing
-
int-seq
A procedural macro for generating integer sequences
-
constime
Zig's comptime for Rust with zero dependencies. Mostly something to play around with until more stuff is const fn.
-
auto_new
basic macro for removing the need to write new(...) on structs
-
kona-common-proc
Proc macro extension for the
kona-common
crate -
after-test
A procedural macro that allows you to run a clean up function after each test from a test module
-
relib_exportify
relib is a framework for reloadable dynamic libraries
-
atri_plugin
AtriPlugin
-
c-like-concat
macro that works just like C's ##
-
clappos
flagless version of Clap that uses argument position for assignment with zero dependencies
-
newtyperef
generate custom newtype reference types
-
ramp_gen
Generate color ramps in rust and wgsl
-
fieldx_aux
Various types and tools useful for fieldx crates and, potentially, to users of fieldx
-
terse_cli
building no-boilerplate CLI apps
-
packed_struct_codegen
implements the code generation for the packed_struct library
-
timrs_hkt_macro
Rust Higher-Kinded Types emulation procedural macros
-
sneks
macros for naming enum variants
-
compose-macro
A macro for composing functions
-
ragkit_convex_macros
Macros to help make Convex in Rust nice
-
url-macro
A compile-time URL validation macro. Parses and checks URLs at compile-time, converting valid URLs into
url::Url
objects. Provides early error detection for malformed URLs. -
apidoc-attr
Apidoc attr
-
multihash-derive
Proc macro for deriving custom multihash tables
-
pragma
An experimental inline DSL for conditional compilation
-
sync_docs
This proc macro allows injecting documentation from prost generated Rust file into custom defined sdk types (s2-sdk-rust in this case)
-
proc-macro-faithful-display
A Display implementation for proc-macro types more faithful to the input stream
-
rglw_codegen_utils
Root project for all the utilities that rustyglware offers to the community
-
impl-tools-lib
Helper macros: autoimpl
-
enum_from_derive
Implement From For the Enumeration
-
diesel-enum-sqltype
derive macro for FromSql and ToSql traits for postgres enums
-
swimos_macro_utilities
SwimOS Macro Utilites
-
clap_main
provide a #[clap_main] macro to automatically parse and pass args to your main function
-
mainstay-syn
Mainstay syntax parsing and code generation tools
-
enum-kinds
Generate enums with matching variants but without any of the associated data
-
rsbind
Provide tools to bind rust trait with other language and export library artifact directly. Invoke rust functions just like you write it in native language.
-
spread_macros
Macros around an extended spread syntax
-
bevy_tailwind_macro
TailwindCSS for Bevy
-
EasyAlgolia
EasyAlgolia is a Rust crate designed for utilizing the Algolia admin client. It simplifies the process of updating and inserting documents into Algolia's search index.
-
ifmt
Inline expression interpolation for Rust
-
enum_desc
A set of column-derived macros is provided to add descriptive information to enumerations and translate enumeration codes
-
drydoc
Keep your doctests DRY with flexible/reusable templates
-
log-execution-time
procedural macro to log the execution time of functions
-
pesticide
ORM for CC based on pest
-
ab-code-gen
Functions to generate boilerplate code for objects implementing the 'Actor' pattern. Used by the abcgen crate.
-
serde_keyed_derive
Macros 1.1 implementation of #[derive(Serialize, Deserialize)]
-
css-modules
CSS Modules with a macro for convenience
-
timer_macro
A macro to print time taken to execute a function
-
jaffi
Support for the jaffi code generator
-
diesel_as_jsonb
Use your structs as Jsonb with diesel and PG
-
derive_preset
Create presets, e.g. #[hash(Default)] for #[derive(PartialEq,Eq,Hash, Default)]
-
clap_config
Automatically merge CLI args, environment variables, config files, and default values in clap apps
-
mlua-gen
Generates code to easily use Rust's structs or enums in Lua with mlua
-
approx-derive
Extends the approx crate by derive macros
-
lucidity
A distributed orchestrator platform for Rust
-
autoclone
macro to clone variables before passing them into a
move
closure or async block -
fimi_magic
Procedural macros for fimi-rs (generic file migration framework)
-
deki_proc
Some proc macro helpers!
-
doc-chunks
Clusters of doc comments and dev comments as coherent view
-
auto-rust
automatically generate Rust code using LLMs at compilation time
-
rust-oop
use macro to implement inheritance
-
polkavm-derive-impl
The derive crate for PolkaVM guest programs (implementation)
-
easyfix-messages-gen
Easy FIX (Financial Information Exchange) toolset - messages generator
-
wd_macro
wd macro for rust
-
tigerbeetle-unofficial-sys
Native bindings to the tigerbeetle library
-
enum_macros
A collection of useful macros to make working with enums easier
-
extpat
A procedural macro for implement extractor pattern
-
assert-offset
Derive macro for asserting the memory offset of fields in a struct
-
overf
Customize overflow behavior in mathematical operations
-
structured-map
generating structured maps with a set of known keys
-
unroll
An attribute-like procedural macro for unrolling for loops
-
prpc-build
Build prpc from protobuf definitions
-
swc_visit_macros
Visitor generator for stable rustc
-
despatma-lib
Common tokens for Despatma
-
actix_async_handler
Support for async syntax for Actix
-
place_macro
Macros you wish you had while you were writing your non-proc macro
-
crabstructor
constructor generator for named structures
-
bolt-utils
Bolt utils
-
chandeliers-san
AST definition and static analysis procedures of Candle
-
into-from
Rust macro for impl Into<T> or From<T> for Struct
-
simple-ternary
macro for C/C++ style ternary expressions in Rust
-
flexi_func
designed to supercharge your Rust programming experience with two powerful macros: ff (Flexi Func) and fb (Flexi Block) or (Function Builder) 🛠️. These macros are crafted to simplify…
-
pest-ast
Derive to convert from pest parse tree to typed syntax tree
-
just-convert
Easy conversion of structures
-
zoo-endpoint
Macro used by zoo consumers for registering handlers. This wraps dropshot’s
Endpoint
and adds some extra functionality for tracing. -
ankurah-derive
Ankurah Derive - Derive macros for Ankurah
-
upgrayedd
Ergonomic function interposition in Rust
-
telety
Access type information across crates and modules in your proc macros
-
membrane_types
A companion crate for
membrane
-
rkyv-with
Third-party derive macro for rkyv's *With traits
-
eagle
creating RPC protocols
-
syn-impersonated
Parser for Rust source code
-
xladd-derive
macro that helps write Excel UDF functions in Rust
-
route_controller
An attribute macro enabling a structured approach to defining routes and attaching middleware for axum servers
-
a0
generate structs and their values from external data
-
splat_attribs
macro that splatters attributes across multiple items
-
derive-into-owned
Custom derives to help with types containing Cow fields
-
zerocopy-derive
Custom derive for traits from the zerocopy crate
-
unzip-n
Procedural macro to generate
unzip
for iterators over n-sized tuples -
context_attr
Attribute macro to add context to all errors a function produces
-
tokio-wrap
run asynchronous code within synchronous functions
-
aws-sdk-compile-checks-macro
Macros that add compile time checks to the AWS SDKs
-
macro-wasmer-universal-test
Universal test macro for wasmer-test
-
string_cache_codegen
A codegen library for string-cache, developed as part of the Servo project
-
znap-syn
Collection of utilities for parsing and code generation that power znap-macros
-
bflib
a BrainFuck-to-Rust transpiler using Rust proc macro
-
global-id-creator-macro
A procedural macro library for generating constants
-
vermouth
a new kind of parser for procedural macros
-
custom_attrs
that allows you to configure values specific to each variants of an enum
-
to_query
Structure to HTTP_GET/SQL Query Parameters
-
winit-main
Abstract away winit's event-loop inversion of control
-
amt-macros
A collection of procedural macros used for development of AMT tools
-
bool_to_bitflags
compact multiple bools into a single bitflags field automatically with getters and setters
-
libninja_macro
Macros for inline code
-
ferogram-macros
providing procedural macros for the Ferogram framework. These macros simplify the creation and management of handlers and other functionalities within the ferogram ecosystem. "
-
ssa-rust
SSA to Rust converter
-
nested_enum_utils
Macros to provide conversions for nested enums
-
genemichaels-lib
Makes your code formatty, the library
-
ambient_package_macro_common
Common implementation of a proc-macro that generates boilerplate from an
ambient.toml
-
complex-enum-macros
Convert enums with non-unit variants to privitives
-
trailbase-refinery-macros
Fork of Refinery's refinery-macros crate
-
unsafe_target_feature
A more convenient #[target_feature] replacement
-
type_pipe
Curry types
-
montycat_serialization_derive
A derive trait for custom compact serialization/deserialization
-
ceasar_macro
A proc macro for evaluating ascii alphabetic character ciphers
-
derive-try-from-primitive
Custom derive a try_from method for primitive to enum conversions
-
diesel-json-derive
Macro crate implementing the proc macro for diesel-json-derive
-
Boot-Banner
An elegant banner library that enhances project launches with eye-catching terminal displays and helpful assistance
-
rstml-control-flow
Custom nodes with control flow implementation for rstml. Usefull when you need to implement If, For, etc.
-
rem-controller
Non-local control flow repairer for Rusty Extraction Maestro
-
event_bridge
A procedural macro library for generating event handlers
-
dot15d4-macros
Procedural macros for the dot15d4 crate
-
definition_string
Rust macro to convert a struct definition to a String
-
kira_qqbot
KiraFramework proc macro
-
regex_capture
Auto implement FromStr trait for struct with regex capture
-
racc
port of Berkeley YACC to Rust, and allows you to write grammar definitions directly in Rust source code
-
tauri-ipc-macros
IPC bindings for using Tauri with a Rust Frontend (e.g. leptos)
-
tauri-plugin-async-wrapper
A procedural macro for offloading blocking tasks to background threads in Tauri apps, ensuring smooth and responsive performance
-
example-html-highlight-macro
macro for embedding syntax highlighted copies of code in the binary
-
namedarg
main package
-
zenoh-ros-derive
Common Rust struct for ROS 2 messages used by Zenoh
-
enum_all_values_const
a proc macro which provides access to all values of an enum even in const contexts
-
struct-index
structure implement index trait
-
debugger_test
proc macro for writing tests that launch a debugger and run commands while verifying the output
-
tailwag_forms_macro_logic
The logic for a suite of macros supporting the tailwag_forms crate
-
minecraft-net-proc
procedural macros for the minecraft-net crate
-
xxh3_hashid_macro
XXH3 hashed identifier literals
-
variantly
Derive helper methods for enum variants that are familiar from
std::option::Option
&std::result::Result
such asunwrap_or
orand_then
-
arc-trait
Automagically implement any trait for Arc<T>
-
parabox-macros
Procedural macros for the Parabox game engine
-
pastiche
exposing non public types, fields, and functions from a crate
-
backtrait_error
Errors with backtraces
-
axum_grants
A set of attribute macros for protecting Axum URI resources
-
mlua-bridge
Generate UserData implementations for mlua
-
deno-proc-macro-rules
Deno fork of proc-macro-rules. Emulate macro-rules pattern matching in procedural macros
-
derive_util
tools for derive macros
-
tlkit-expand
Tool kit
-
chur
A wrapper around tonic-build which adds dependencies
-
google-fonts-languages
Google Fonts script and language support data
-
str-match
Format pattern like str match macro
-
hydro_lang
Choreographic programming for Hydro, built on DFIR
-
dotenv-proc
proc-macro crate to use a .env file
-
typed-i18n-support
Support crate for the derive macro for typed-i18n
-
intercom-common
See 'intercom'
-
iter_all_proc
Iterate all enum vases
-
faer-macros
linear algebra library
-
rs-macro-di
Rust dependency injection by macro
-
mockimbap
macro for mocking Rust functions
-
randstruct
implements a subset of the features of the GCC randomize_layout plugin
-
named_func_args
Proc macro to create boilerplate to simulate function with named arguments
-
katexit
Insert KaTeX autorender script into rustdoc
-
string_macros
Small proc macro library for handling string literals
-
windows-implement
The implement macro for the windows crate
-
proclet
Proc macros made easy
-
sparkles-macro
Macro crate for sparkles
-
ai_functions_vasile
A copy of procedural macro by Shawn McDonough for creating text from a function for use in LLMs
-
duchess-reflect
Internal component of duchess crate
-
predawn-schema-macro
Macros for predawn-schema
-
prest-init-macro
prest init macro
-
axum-error-handler
error handler for axum
-
test-attr
Custom test attributes for convenience
-
expand-mod
Expand
mod module_name;
in.rs
files and combine the module tree consisting of multiple files into a single file -
wgsl_ln
Experimental crate for writing wgsl in rust!
-
axconfig-gen-macros
Procedural macros for converting TOML format configurations to Rust constant definitions
-
macro_types
easier to create procedural macros
-
find-crate
Find the crate name from the current Cargo.toml
-
derive_static_str
A procedural macro to derive static str implementations
-
relm-gen-widget
relm-attributes and relm-derive
-
jsonrpsee-proc-macros
Procedueral macros for jsonrpsee
-
gettext-macros
A few proc-macros to help internationalizing Rust applications
-
new-derive
New
derive macro -
awesome-glib
Bunch of macros to make a life of gtk/glib user easier
-
kite_sql_serde_macros
SerdeMacros for KiteSQL
-
getter-methods
Derive macro to create getter / accessor methods
-
ext_format
A small, yet powerful, Rust crate for string interpolation
-
iat
-
openssl-macros
Internal macros used by the openssl crate
-
brisk-cartography
brisk declarative engine with cartography
-
yew-alt-html
Alternative macro for building Html in Yew
-
debug_display
Small crate to allow using Debug as regular Display (Why isn't this just part of std?)
-
tower-lsp-macros-f
Internal procedural macros for tower-lsp-f
-
quarve_derive
Procedural macros for quarve
-
execute_evcxr
execution of evcxr-supported syntax via building and executing a binary crate
-
maybe_matches
macro to map enums to Option
-
osascript-macros
macros for osascript-rs
-
mevy_ecs
bevy_ecs macros, simplifying child spawning and picking!
-
cvt_str
Convert to text use in LLMs
-
macro_optim
procedural macro crate for optimizing and simplifying various expressions at compile time
-
const-uuid-proc-macros
Rust proc-macros for const-uuid
-
do-with-in-base
A template language for Rust metaprogramming using partial staging
-
gandiva_rust_udf_shared
A basic shared library for gandiva rust udf
-
concat-mulidents
concatenating multiple identifiers
-
the-usual
derive the usual
-
derive_dumb
Derive
Dumb
generates a structure in which all fields are public. Original structure can be converted using function calldumb
. -
double-dyn
Macro for implementing functions with multiple dynamic argument dispatch
-
yew-lmth
A macro crate for writing HTML-like syntax for Yew application, inspired by Sycamore and Dioxus
-
notation_dsl
Fun notation - DSL to create notation files
-
file_enum_macro
Macros to generate an enum with a variant for each file in a project subdirectory. Extremely sloppy for now.
-
autokani
macro for generating kani harness
-
drain_macros
A macro library for use in Drain dynamic pages
-
bun-macro
Proc macros for writing Bun native plugins
-
wars-pit-plugin
PIT plugin for WaRs
-
kona-std-fpvm-proc
Proc macro entry point for
kona-std-fpvm
targeted programs -
process_macros
Macros to improve Rust Kinode process DevEx
-
small_derive_deref
Derive the Deref and DerefMut traits
-
safe_decimal_core
fixed-point numeric library targeting blockchain development. Originally created and used as a part of the Invariant Protocol. The current version leverages macros, traits and generics…
-
ffi_trait
An attribute that makes an FFI-safe
dyn Trait
-
ferment
Syntax tree morphing of FFI-compatible stuff
-
confused
treat scary functions with the respect they deserve
-
darling_core
Helper crate for proc-macro library for reading attributes into structs when implementing custom derives. Use https://crates.io/crates/darling in your code.
-
argh_derive
Derive-based argument parsing optimized for code size
-
single-trait-impl
A macro for declaring and implementing a trait at the same time
-
set_builder
A procedural macro to create Iterators over a set defined by Haskell-inspired set-builder notation
-
literals
Literals for Rust
-
map-enum
This package introduces a procedural macro for generating typed enums
-
chat_messages
lightweight Rust library for creating structured messages in chat systems, including HumanMessage, AiMessage, SystemMessage, and more. It supports easy extensibility through macros…
-
net-literals
Literals for IP/socket addresses
-
enum_inject
Implement inject For the Enumeration
-
hydroflow_lang
Hydroflow's Surface Syntax implementation
-
rfs_test_macro
This package provides macro to simplify usage of rfs_tester crate
-
sqlx-plus-rs
CRUD library using sqlx plus macros
-
derive_builder_core
Internal helper library for the derive_builder crate
-
prqlc-macros
Macros for PRQL compilation at build time
-
kstool-helper-generator
A macro help user create mpsc communications
-
fire
fire implementation for rust
-
rubber_duck
Enables building functions that can be called with named arg syntax
-
dummy_tmp_fork
Macros implementation of #[derive(Dummy)]
-
plugrs-macros
Procedural macros for the plugrs plugin system
-
scout-utils
Macro utilities for the Scout project
-
simpleml_macro
A macro for placing SimpleML content directly into Rust source code
-
catalytic_macro
Macros for the ORM for Scylla, fully compatible with Apache Cassandra™
-
time_this
two macros to quickly time functions for debugging purposes
-
dynex
Inherit and derive object-unsafe traits for dynamic Rust
-
cargo-test-macro
Helper proc-macro for Cargo's testsuite
-
pest_tree
Convert output from pest parser into statically typed trees
-
specler_macros
Specler macros make it easier to attach specifications to structs
-
error-enum
Provide a easy way to define an enum that represents errors with error codes, document comments and several other functionalities
-
diesel-derive-pg
Derive ToSql and FromSql trait implementations for Postgres custom types
-
roop
attributes to simulate inheritance in Rust
-
rbac-macro
rbca-macro
-
desert_macro
Binary serialization library for Rust (macros)
-
enum_stream_codegen
A parser generator. This package handles code generation for the
enum_stream
macro.” -
qsync
Generate react-query hooks for your rust backend (see https://github.com/Wulf/create-rust-app)
-
cdefines
A proc macro that translates c #define constants to rust consts
-
quirky_binder
Quirky Binder
-
crdts_derive
CRDTs proc_macro
-
chandeliers-lus
Procedural macros for the Chandeliers project, implementing a deep embedding of Lustre in Rust
-
include-wasm-rs
Builds a Rust WebAssembly module at compile time and returns the bytes
-
r18-trans-support
r18 translation support
-
mwt
proc macros for generating mut and non-mut methods without duplicating code
-
validator_derive
Macros 1.1 implementation of #[derive(Validate)]
-
procout
Output a proc macro's TokenStream to a file
-
watt-non-static-runtime
Runtime for executing Rust procedural macros compiled as WebAssembly
-
mono-macro
Force monomorphizing on functions with
share-generics
to minimalize binary size -
ambient_project_macro_common
Common implementation of a proc-macro that generates boilerplate from an
ambient.toml
-
compiletime-regex
proc macro for compile time regex
-
pyo3_macro
macro crate builds PyO3-compatible Rust
protobuf
andgRPC
structures. So you can easily expose your generated protobuf code as Pythin binding through PyO3. Features Macro… -
r2pc-macro
RPC framework
-
ephemeral-rollups-sdk-attribute-ephemeral
-
fort
Proc macro attributes for Bastion runtime
-
rig-tool-macro
-
amplify_syn
Amplifying syn capabilities: helper functions for creating proc macro libraries
-
color-hex
Procedural macro for converting hexadecimal strings to an RGB or RGBA byte array at compile time
-
sh
Macro for easily running commands
-
bevy_derive
derive implementations for Bevy Engine
-
macrors
custom macro library in Rust
-
dustr
Generate dart code based on a rust ffishim
-
discriminant_ord_eq
DiscriminantOrdEq macro is designed to derive implementations of the Ord, PartialOrd, Hash, PartialEq, and Eq traits for enum types. These implementations are based solely on the enum's variant discriminants…
-
json_typegen_shared
Codegen from JSON samples. Not intended to be used directly. See repository for the intended crates.
-
into-jsvalue-derive
derive into-jsvalue for enum return values in async wasm_bindgen functions
-
structdump
Dump structure to source code
-
from_form
TryFrom impl HashMap<String,String> -> Struct
-
playout
DSL for creating Vulkan pipeline layout and descriptor set layout
-
band_proc_macro
Support library for band
-
simple_cache_core
caching tools
-
battler-wamprat-uri
Procedural macro for dynamically matching WAMP URIs
-
appinfo
Macro to derive appinfo at compile time using cargo compile-time env vars and
clap-rs
-
impl_here
A macro that helps impl method for foreign types
-
sahne
DI library via implementing trait with trait
-
callback-trait
Implement trait for Fn so that functions that accept traits as parameters can directly receive Fn parameters
-
twust_macro
Zero-config Static type-checker for Tailwind CSS
-
pfetch-logo-parser
A parser for pfetch logos
-
const-currying
A procedural macro for speeding up your function using currying
-
clippy-tracing
add, remove and check for
tracing::instrument
in large projects where it is infeasible to manually add it to thousands of functions -
angust_macros
Procedural macros for the Angust GUI framework
-
syn-rsx
syn-powered parser for JSX-like TokenStreams
-
nuidl
The nucom IDL compiler
-
lcrt
help writing leetcode solutions in rust
-
local-impl
A proc macro for creating extension traits
-
small_iter_fields
get an iterator, or get the length, or convert to a hashmap from an enum
-
chandeliers-syn
Syntax of the Lustre language, to be parsed by procedural macros
-
derive-masked
Adds #[derive(x)] macros for implementing the Debug and Display traits masking out sensitive fields
-
altgetset
An alternative getters/setters proc-macro library
-
tlayuda
A derive procedural macro for structs that adds a static method that generates instances of the struct with minimal configuration
-
foxerror
proc macro for deriving Error on enums
-
devise_core
devising derives and other procedural macros
-
tylift
Lift enum variants to the type-level
-
i18n-format
proc-macro to allow gettext! and xgettext to work together
-
dfa-regex
Match regular expressions using a corresponding DFA
-
cxx_linker
A procedural macro for linking Rust functions with C++ using Itanium name mangling
-
swx
general purpose development
-
temp
A procedural macro to manage temporary variables
-
http-error-derive
Create an enum with error message and http code
-
win_etw_macros
Enables apps to report events to Event Tracing for Windows (ETW)
-
dotenvy_macro
A macro for compile time dotenv inspection
-
console-log-rs
replaces console.log in a rust module with println!
-
struct_derive
automatically apply function on certain type of struct
-
conseq
Macro to conditionally repeat a piece of code in a sequence
-
derive-sql-common
Common functions supporting
derive-sql
and associated crates -
deserter
Procedural macros to initialize Rust structs from JavaScript-like object syntax
-
try-from-map
A derive macro for converting a HashMap<String, String> into a struct
-
rvv-asm
Procedure macro to encode RISC-V V extension (rvv) instructions
-
razy-importer-macros
Proc macros for razy-importer
-
psibase-macros-lib
Macros to support psibase development
-
swc_ecma_codegen_macros
Macros for swc_ecma_codegen
-
python-ast
compiling Python to Rust
-
include-crypt-bytes
Rust macro to embed encrypted files in compiled binary
-
bloom-rsx
A JSX-like syntax for bloom
-
gnostr-lib-proc-macros
Proc macros for the gnostr-lib crate
-
const-dispatch-proc_macros
Internal: proc-macro backend of ::const_dispatch
-
rem-repairer
Lifetime repairer for Rusty Extraction Maestro
-
asm_unroll
unrolled for-loops within inline asm
-
wasm-minimal-protocol
Typst plugin helper macro library
-
reprfn
attribute macro for easyer define external functions
-
onionpack
Unpack your structs into DTOs, Entities and Schemas
-
ws-framer-macros
no-std framer for websockets (with alloc feature) - internal macros
-
fmc_noise_macros
fmc_noise
-
postfix-macros
Postfix macros on stable Rust, today
-
tarnik
Macro for generating WASM AST
-
mlua_derive
Procedural macros for the mlua crate
-
lombok
port for Rust
-
z3d
Z3 DSL interface for Rust
-
elfo-macros-impl
Macros for matching and deriving messages, implementation internals
-
derive_display
A convenient attribute to derive
Display
implementation from another trait implementation. Currently supportsToTokens
. -
napi-derive
N-API procedural macros
-
machine_uuids
retrieve a machines UUID
-
mlua_proc_macro
used to convert structs into lua tables with mlua
-
cmd-macro
makes std::process::Command simple to use
-
struct-iter
A very naughty proc macro to generate an iterator over the fields of your struct as a trait object
-
uniffi_checksum_derive
a multi-language bindings generator for rust (checksum custom derive)
-
syn-file-expand-cli
CLI tool to read full source code of multi-file crates and output it to stdout
-
stefn-macros
Macros for stefn
-
io-excel
package that wraps around Calamine and rust_xlsxwriter, allowing for simple Excel read and write operations through procedural macros
-
vitasdk-sys-build-util
Internal build utilities for raw bindings to vitasdk
-
r2r_msg_gen
Internal dependency to the r2r crate
-
gtk-properties-macro
Experimental property declaration macro for gtk-rs
-
opt_args
Create macros for functions and structs with default values
-
virolution-macros
Proc macros for virolution
-
smart-serde-default
An annotation to implement #[serde(default)] and Default
-
machine_uuid
retrieve a machines UUID
-
aranya-policy-ifgen-build
Code generator for aranya-policy-ifgen
-
xls_table_derive
Procedural macros for investments crate
-
option_ord
configure ordering on 1+T with the 1 either smallest or largest, explicit vs derive default
-
seventy-macros
Procedural macros for Seventy
-
o2o-impl
'o2o' crate
-
concat-arrays
A macro for concatenating fixed-size arrays
-
clia-redis-macros
A derive to store and retrieve JSON values in redis encoded using serde
-
async-trait-static
async fn in trait for no_std
-
terse_cli_lib
building no-boilerplate CLI apps
-
typemarker
Procedural macro for easily creating multiple linked marker types
-
u-num-it
typenum macro for matching types from a given range
-
gorf-gen-core
Lambda calulcus backend library
-
future_gadget_laboratory
time travel experiments
-
turbo-tasks-macros
TBD
-
introspect-core
containing the core functionality used for
introspect
and supporting crates -
function-frame
Procedural macro to wrap any function outputs within a text frame
-
sqlx-macros
Macros for SQLx, the rust SQL toolkit. Not intended to be used directly.
-
kanu
ORM
-
fastsim-proc-macros
Procedural macros for FASTSim
-
taos-macros
TDengine connector internal macros
-
liecs-macros
The macros for liecs
-
toolbelt_a_pm
toolbelt_a's proc macros
-
pareg_core
contains the implementation for the pareg library
-
doko
Run methods from submodules by name
-
bevy_caravan
A function-like proc macro designed for making expressing Bevy's query.get statements easier
-
diesel_derives_extra
Automatically derive some simple CRUD methods for your Diesel models
-
sourcegen-cli
In-place Rust source generator CLI utility
-
proc-macro-generator-wrapper
An proc-macro wtapper crate for demonstrating a regression
-
wrapcenum-derive
Derive macro for nvml-wrapper, not for general use
-
wit-bindgen-rust-macro
Procedural macro paired with the
wit-bindgen
crate -
extendr-macros
Generate bindings from R to Rust
-
keru_macros
Macros for the
keru
crate -
sort_by_derive
Derive macro SortBy and helper macros EnumAccessor and EnumSequence, deriving traits
Ord
,PartialOrd
,Eq
,PartialEq
andHash
for structs and enums that can’t automatically derive from those traits -
faasta-macros
Proc macros for Faasta
-
wayrs-scanner
Generates code for wayrs-client from xml files
-
enum-display-derive
Display trait's custom derive for simple enums
-
include-repo
implements the 'include_repo!' macro for easy AGPL compliance! Include a tarball as a const in your code!
-
turbo-tasks-macros-shared
TBD
-
leptos-routable-macro
Type-safe routing utility for Leptos with zero-string path generation
-
guard_macros
Convenient Rust guard macros
-
constructivist
Simplify the construction of structured data
-
erased-generic-trait
Macros for generating trait objects from traits with generic methods
-
static-graph
Generate static parallel computation graph from DSL at compile time
-
darkfi-derive-internal
Internal crate for serialization derive macros
-
indirect-once
One-time resolvable runtime indirection in the style of glibc's ifunc
-
serde_derive_default
Derive Default using serde field level annotations
-
xbinser-macros
binary structure transporation, macros to generate encode and decode tools
-
struct-box
Securely encrypt any serializable struct / enum
-
af_bevy_plugin_macro
Automates generation of bevy plugins boilerplate
-
cynic-proc-macros
Procedural macro crate for cynic - a code first GraphQL client for Rust
-
lombok-rs
Lombok port for Rust
-
callback_fn
callback functions
-
box-self
Easy way to duplicate a new function with self: Box<Self> signature
-
neon-frame-macro
Macros to simplify writing Neon apps
-
jj-lib-proc-macros
Proc macros for the jj-lib crate
-
prost-dto-core
Data transfer object conversion macros for prost
-
derive-elves
Writing inclusive derive macros is tedious, this creates provides helper functions that make it easier
-
enum_to_vec
Enum to vec
-
sigma-types-macros
Macros to enhance the
sigma-types
crate -
gll
GLL parsing framework
-
proc-macro-error
Almost drop-in replacement to panics in proc-macros
-
equator-macro
Composable assertion library
-
git_rev
Procedural macros for including git revision hashes in code
-
cbor-macro
Macros for entering CBOR in diagnostic notation (EDN) or pretty printed format
-
enso-macro-utils
writing macros
-
gix-macros
Proc-macro utilities for gix
-
calculate-macro
Expand the bit number of the parameters in the calculation formula to obtain the result with the expected bit number
-
validator_struct
ergonomic addition to the validator crate
-
inkwell_internals
Internal macro crate for inkwell
-
dict_derive
Derive macros for some PyO3 traits to convert python dicts into rust structs
-
mrml-common-macros
Common macros for the MRML crate
-
bubbly-bub-test
Interactive mode extension crate to Command Line Arguments Parser (https://crates.io/crates/clap) (derive macros helper crate)
-
test-group
Organize tests into groups with macros for filtering in nextest
-
enum-field-getter
A derive macro to create mutable and immutable getters for tuple/struct members of enum variants
-
runtime-struct-field-names-as-array
procedural macro that generates an array of the field names of a named struct
-
markup-proc-macro
A blazing fast, type-safe template engine for Rust
-
tuple_for_each
macros and methods to iterate over the fields of a tuple struct
-
gsettings-macro
Macro for typesafe GSettings key access
-
convert_by_name
Derive From and Into for structs and enums based on field and variant names
-
variants-struct
A derive macro to convert enums into a struct where the variants are members
-
roadblk-expand
Validator proc-macro expand impl
-
js-macros
Quickly prototype procedural macros using JavaScript or TypeScript!
-
farmfe_macro_plugin
macro for farm plugins
-
spez
Macro to specialize on the type of an expression
-
conjure-macros
Macros exposed by conjure-http. Do not consume directly.
-
substruct
A proc-macro to create subsets of structs
-
rate-limit-core
companion crate to
rate-limit-macro
with primary purpose to provide tests -
fully_pub
Macro that makes multiple items or fields public at once
-
quote_into
Easily & efficiently generate code by quoting it in a macro
-
rbitpack
For packing booleans in variables using bitwise operations
-
tao-macros
Proc macros for tao
-
crux_macros
Macros for use with crux_core
-
elvish-macros
Overengineered Advent of Code framework - not quite Santa's elves
-
in_struct
An attribute-like procedural macro for defining structs for use in functions
-
from-to-repr
Derives TryFrom and From implementations for the representation type of a Rust enumeration
-
macro-visit
Function like proc-macro visitor for build.rs
-
fail_on_ci
Script to abort compilation if one of the known CI-Servers is detected
-
cgp-field-macro-lib
Context-generic programming field macros as a library
-
parsegen
A parser generator implemented as a proc macro
-
fill-array
macro allowing to fill arrays with an expression
-
nj-derive
procedure macro for node-bindgen
-
functions_ai
Function to string implementation for LLMs
-
foundations-macros
Procedural macros used by foundations
-
serde_tuple_explicit_macros
Internal proc-macro crate for serde_tuple_explicit
-
inherit
derive macro
-
fsm-macro
A statically checked finite state machine written in rust
-
rust-i18n-macro
Macro for rust-i18n crate
-
prost-validate-derive-core
the prost-validate derive implementation
-
stidgen
Strongly Typed ID types macro
-
rust_minify
minify rust code
-
join_impl
join!
macro -
sleigh2macro
Macro used to transpile Ghidra code into rust
-
auto-lsp-macros
Macros for
auto_lsp
-
trace2
A proc macro for tracing the execution of functions, similar to trace crate, but thread safe and use log
-
entropy-macro
Macros library for ENTROPY<rust>
-
leptos-mview-core
Main implementation of leptos-mview
-
wedpr_l_macros
WeDPR shared macros
-
tiaojian-macro
conditional compile proc-macro
-
dervy
Auto-derivation for entity types in domain-driven design
-
intuicio-derive
Procedural macro module for Intuicio scripting platform
-
scx_stats_derive
Derive macro for scx_stats
-
for-else
Python-esque for-else construct for Rust
-
wasmer-derive
Wasmer derive macros
-
cbit
A proc-macro to use callback-based iterators with
for
-loop syntax and functionality -
adversary-macros
Procedural macros for the adversary crate
-
small_ctor
A minimal, dependency free version of the ctor crate
-
tonbo_macro
TonboRecord macro
-
subenum
A proc-macro to create subsets of enums, that can be converted to and from
-
thiserror-impl-no-std
detail of the
thiserror
crate -
invoke_impl
Proc macro to generate functions that can invoke all identical functions or methods inside impl blocks
-
agb_macros
Macro for declaring the entry point for a game using the agb library
-
instability
Rust API stability attributes for the rest of us. A fork of the
stability
crate. -
zfi-macros
Macros to be used with zfi crate
-
rash_derive
rash derive crate
-
mutablex
A horrid macro for making mutables of X size
-
brisk-eframe
brisk declarative engine with eframe
-
err-handler
a non-intrusive error handling marco
-
proxygen-macros
proc-macros for proxygen
-
frunk_utils_derives
Derives for frunk traits
-
polars-row-derive
Macro to help convert an interator of structs into a DataFrame
-
defmt-macros
defmt macros
-
server-function
A macro for easy RPC creation
-
power-protobuf
a proc-macro for embedding protobuf inside rust code
-
ygw-macros
The goal of Yamcs Gateway is to allow Yamcs to control instruments/payloads as part of an EGSE. This crate facilitates easier definition of parameters and commands in Yamcs.
-
disintegrate-macros
Disintegrate macros. Not for direct use. Refer to the
disintegrate
crate for details. -
croc-look
expand macros and watch them in real time
-
native-windows-derive
A very light and simple rust GUI library
-
pgrx-macros
Proc Macros for 'pgrx'
-
tinyklv-common
Common attributes
tinyklv
crate -
merge-cfg
Merge or cover config based on priorities
-
cfg-vis
A macro to support
#[cfg()]
on visibility -
same_enum
Generates
From
trait implementations for enums with the same unit variants -
supply-chain-trust-example-crate-000003
A substitute implementation of the compiler’s
proc_macro
API to decouple token-based libraries from the procedural macro use case -
iconify
Proc-macros for generating icons from the Iconify API
-
usdt-impl
Main implementation crate for the USDT package
-
quic-rpc-macros
quic-rpc库的高级封装
-
utoipa_auto_discovery
Rust Macros to automate the addition of Paths/Schemas to Utoipa crate, simulating Reflection during the compilation phase
-
actix-web-codegen
Routing and runtime macros for Actix Web
-
python-mod
A macro library for including a Python module in Rust. At this point, very imcomplete.
-
lazy-regex-proc_macros
proc macros for the lazy_regex crate
-
kittycad-modeling-cmds-macros-impl
Macros for defining KittyCAD modeling commands
-
depends_core
Ergonomic, performant, incremental computation between arbitrary types
-
optbuilder
A optional builder derive macro for helping with big constructors with mostly optional parameters
-
brain_fuck
BrainFuck compiler in Rust procedural macro metaprogramming
-
functional_macro
A functional macro for Rust
-
qname-impl
Type for qualified names in XML - implementation
-
gadget-blueprint-proc-macro
Procedural macros for writing Tangle blueprints
-
enumber
Provide useful impls on numerical enums
-
esp-hal-procmacros
Procedural macros for esp-hal
-
rogger
Logging macros for Rinrin.rs
-
vts
Macro to generate boiler plate to define new types with associated constraints
-
const-addrs
A set of macros for creating networking types from a string literal
-
unsafe-access
macros for skipping bounds checks via get_unchecked(..)
-
rustler_codegen
Compiler plugin for Rustler
-
arg_enum_proc_macro
A procedural macro compatible with clap arg_enum
-
inertia-macros
attribute macros to assist with overloading operators for borrowed and owned data
-
bevy_commandify
A macro for creating bevy commands
-
feature-gate
macro for feature-gating modules and types
-
mser_macro
-
smile-marco
One contains many useful macros for generating common code
-
volatile-macro
Procedural macros for the volatile crate
-
smtlib-build-util
The build utils for building the smtlib family of crates
-
assert_type_match
Statically assert that a type matches another type
-
extend1
Alternative to
Extend::extend_one
that is stable and does not require#![feature(extend_one)]
-
from_proc
A procedural macro for
from
crate -
renum
From and TryFrom trait derive with customization
-
pit-rust-guest
Portal Interface Types
-
p9_wire_format_derive
Supporting proc-macro for the
p9
crate -
confql
Procedural macro for creating GraphQL server from yaml file trees and a schema
-
asset_procmac
Some i/o macros that help with applications that need assets, by importing them using normal FS in debug builds, but directly embedding the data in the application in release builds
-
trust-me-2
A convenient macro to tell the Rust compiler that you know better and to leave you alone regarding unsafe code
-
ascent_macro
ascent macros
-
to_sql_condition
genreate sql condition proc macro
-
envtime
Runtime and compile time environment resolution for Rust
-
derive-from-one
Automatically generates
From
impls so you don’t have to -
actix-type-handler
procedural macro crate for Actix-web designed to simplify API creation. It enhances code readability by allowing direct struct argument passing, error handling with Result, and unique…
-
core_extensions_proc_macros
detail of the
core_extensions
crate -
macro-compose
trying to simplify and organize proc-macros
-
curried
currying function to be used in normal && generic && map case, with procedural macro
-
deno_ops
Proc macro for writing Deno Ops
-
r3bl_rs_utils_macro
Internal support for a proc-macro library for reading attributes into structs when implementing custom derives. Used by workspace in https://crates.io/crates/r3bl_rs_utils.
-
narrative-macros
Procedural macros for the narrative crate
-
struct_layout
Customize your struct layout with this one weird trick
-
mass-cfg-attr
A way to mass toggle cfg-attr on attributes
-
creusot-contracts-proc
Proc macro crate for creusot-contracts
-
ene_kafka_derive
Derive macros used for Ene Kafka
-
get_fields
procedural macro that generates an array of the field names of a named struct
-
stateful_macro_rules
Generate macro_rules macros that have states
-
cmd_lib_macros
Common rust commandline macros and utils, to write shell script like tasks easily
-
xenosphere-macro
A macro function for handling Xenosphere framework
-
autoload
macro,single scan load ioc aop
-
cypher_derive
A flexible and intuitive query builder for Neo4j and Cypher
-
table-enum-core
You are probably looking for the table-enum crate, which wraps this crate and is much more ergonomic to use
-
include_cstr
Macro for building static CStr reference from file content
-
multiversion-macros
multiversion
-
aors
Useful rs tools for Advent of Code
-
inherent-pub
Mark methods in
impl Trait for Type
blocks inherent to the type -
sdf-macros
SDF macros
-
maelstrom-macro
Macros for Maelstrom internal usage
-
substrait-expr-funcgen
automatically generating code from Substrait YAML files
-
trigraph
macro for your rust code
-
s_test_fixture
or simple test fixture is a macro library to implement test fixture with no hassle
-
serde_infer
Don't you hate #[serde(rename)]-ing every field in your struct
-
proc-macro-type-name
Convert Rust field names (snake case) to type names (pascal case) using proc_macro2 identifiers
-
ferrotype
An opinionated wrapper for insta.rs
-
mm1-proc-macros
M/M/1! Queueing, do you speak it?!
-
derive-discriminant
A derive macro for enum discriminants
-
macroscope
makes writing proc macros a breeze
-
proc-macro-id
Identity procedural macro
-
derive_step
A derive macro for the unstable Step trait
-
const_env_impl--value
Configure const and static items by environment variables
-
xtask-wasm-run-example
run-example
feature of xtask-wasm -
yaserde_derive
Serialization and deserialization macros
-
pio-proc
proc-macro for assembling PIO code in a Rust program at compile time
-
is-tree-macro
Everything is a tree
-
lock_order
macro for helping produce a deterministic lock ordering to prevent deadlocks
-
git-ref-format-macro
Macros for the git-ref-format crate
-
leptos_macro
view macro for the Leptos web framework
-
kproc-parser
minimal procedural macros parser that produce a convenient AST by including only the necessary code
-
specialized-dispatch
dispatching specialized versions of a function
-
tower-lsp-macros
Internal procedural macros for tower-lsp
-
subimpl
A procedural macro that generates all the implementations of a type for a struct containing a field of that type
-
proc-macro3
defines a macro that imports either from
proc_macro
orproc-macro2
depending on theproc-macro2
feature flag -
safe_attr
An attribute #[safe] to mark functions, allowing the ommission of unsafe
-
ctrlgen-impl
Generate enums for message-passing services
-
structbuilder_derive
Super simple macro to derive a builder trait for your struct
-
lofty_attr
Macros for Lofty
-
sh-builtin-bash
Procedural macro and bindings for creating bash builtins
-
tt-equal
The macro
tt_equal
acts as a predicate for whether two token trees are equal -
jetstream_wire_format_derive
Supporting proc-macro for the
p9
crate -
fantasy-cpu-emulator
Fantasy CPU Emulator
-
leftwm-macros
A window manager for Adventurers
-
quote-data-helpers
Internal functions, struct for quote-it
-
e-macros
macro definition that can handle Json and C data
-
expansion
expant the native libs
-
justerror
Extension to
thiserror
that helps reduce the amount of handwriting -
concat-idents-bruce0203
Allows concatenating multiple identifiers and using them everywhere
-
tco
A macro for transforming a tail-calling recursive function to eliminate recursion
-
elapsed-printer
Very simple macro for printing time elapsed to execute a function
-
checksum_dir
generate checksums of directories at compile time
-
proc-caesar
Procedural macro to break Rust IDEs
-
smarterr-macro
Smart error handling library
-
redpen-shim
A proc-macro attribute provider that allows crates to annotate their code with redpen lints without breaking their build
-
himark
For those who crave more ergonomic marker traits
-
saturating_arithmetic
Proc macro #[saturateit] to rewrite operators into their saturating equivalents
-
bomboni_core
Internal part of Bomboni library
-
global-secrets-manager
procedural macro for easy use of AWS Secrets Manager. This code allows you to create a global constant of the same type as the name of Secrets Manager by simply creating a structure…
-
boa_macros
Macros for the Boa JavaScript engine
-
static_table_derive
Procedural macros for investments crate
-
tl-proto-proc
A collection of traits for working with TL serialization/deserialization
-
wasm_bindgen_cfg
wasm-bindgen
that can becfg
’d -
as_warp_reply
Macro to implement the warp reply trait on custom structs
-
mutself
Create self-modifying executables
-
canadensis_macro
A procedural macro that generates Rust data types and serialization code from inline and/or external Cyphal DSDL files
-
macroific_core
Shared functionality for macroific & macroific_macro
-
ergokv-macro
Easily store and retrieve data from TiKV with a derive
-
traitify
A macro to turn an impl block into a trait
-
small_read_only
A macro to implement getters on a struct
-
midi2_proc
Internal procedural macro crate. Only intended for use with midi2
-
wd_log
A practical log crate for rust
-
buffered
Implement SOA for independently buffered streams
-
timrs_pipe_macro
Procedural macro providing Elixir-style pipe operators for function composition
-
papyrus_proc_macros
Procedural macros for the Papyrus node
-
janetrs_macros
Attribute macros for JanetRS
-
wolfram-library-link-macros
Procedural macros used by wolfram-library-link
-
maikklein/unreal-api-derive
Rust integration for Unreal Engine 5
-
nject-macro
Zero cost dependency injection macros
-
pacaptr-macros
several macros used in pacaptr
-
classic-bitfield
A bitfield enum with a classic feel
-
ra_ap_proc_macro_srv
Proc-macro server for rust-analyzer
-
reduct-macros
Macros crate for ReductStore
-
tarantool-proc
Tarantool proc macros
-
regexp2rust_macro
regexp(ecma262) to rust code macro
-
tensorflow-internal-macros
The package provides macros for internal usage in TensorFlow. No backwards compatibility guarantees are made.
-
on_your_marks
Getters and Setters for Rust
-
color-print-proc-macro
package color-print
-
fix-hidden-lifetime-bug-proc_macros
Proc-macro to write an automatic fix for the "hidden lifetime in impl Trait" issue
-
structout
A proc-macro for generating structs from a common definition
-
cain
Procedural macro to transform sequential branches into nested branches
-
c-closures-build
Generates C/C++ FFI compatible
*Closure
structures from rust closures, useful for cross language functional programming -
expression-formatter
Insert complex expressions directly into format strings
-
mockers_macros
Compiler plugin for 'mockers' mocking library
-
smart-clone
Rust custom-derive macro for Clone with more control on the fields
-
enum2pos
derive macro for enums that generates "from_index(usize, Vec<String>) -> Option<Self>" and "to_index()" methods for converting between an variants and their position within the enum declaration (similar to an index)
-
steel-derive
Derive macros for use within steel
-
insert-only-set
A procedural macro to generate insert-only sets from enums
-
ff_ce
building and interfacing with finite fields
-
hdv_derive
proc_macro_derive
for hdv -
leon-macros
Proc macros for crate leon
-
bounded-integer-macro
Proc macro for
bounded-integer
. Do not use directly. -
rdf-derive
RDF.rs is a Rust framework for working with RDF knowledge graphs
-
typify-impl
typify backend implementation
-
sickle_macros
Macros for sickle_ui
-
enumcapsulate-macros
Procedural macros for 'enumcapsulate' crate
-
reactive_stores_macro
Stores for holding deeply-nested reactive state while maintaining fine-grained reactive tracking
-
thirtyfour-querier-derive
#[derive(Querier)] macro for thirtyfour WebDriver library
-
mdmodels-macro
A procedural macro for generating models from a markdown data model
-
progenitor-impl
An OpenAPI client generator - core implementation
-
prometheus-client-derive-encode
Auxiliary crate to derive Encode trait from prometheus-client
-
include_gif
procedural macro that packs a gif image into a byte representation
-
workflow_macro
Derive Macro for Workflow-Aurras
-
wasmtime-c-api-macros
Support macros for
wasmtime-c-api
-
constable
const lookup table generation
-
ouroboros_macro
Proc macro for ouroboros crate
-
klvm-derive
Derive macros for implementing KLVM traits
-
bintex
Create bitfield LaTeX diagrams with the use of the deku library
-
basicmethod
Add constructor, get and set method using derive macro
-
bonfida-macros
Bonfida-utils macros
-
gel-derive
Derive macros for Gel database client. Formerly published as gel-derive
-
mongodb-internal-macros
Internal macros for the mongodb crate
-
nut_self
Makes your code nut
-
polyhorn-ui
Shared API contract for multi-platform Polyhorn UI
-
instant-xml-macros
Procedural macros for instant-xml
-
recursive-proc-macro-impl
Procedural macros for the recursive crate
-
gcp_client
Experimantal GCP client
-
melior-macro
Internal macros for Melior
-
translator
A procedural macro which translates your repr-C structs into C++, Python and C# at compile time for helping write FFI libraries
-
builder_m4cro
derive macro to implement the builder pattern
-
varnish-macros
framework for creating Varnish Caching Proxy extensions
-
html-macro
html macro
-
from-num
Attribute macro #[from_num(...)]
-
light-macros
Macros used in Light Protocol on-chain programs
-
altrios-proc-macros
ALTRIOS procedural macros
-
suanleme-macro
suanleme common module
-
serde-struct-tuple-enum-proc-macro
Procedural macro for deserializing an enum of structs from tuples
-
utoipauto-core
Rust Macros to automate the addition of Paths/Schemas to Utoipa crate, simulating Reflection during the compilation phase
-
async-backtrace-attributes
Procedural macros for the
async-backtrace
crate -
toml-cfg
A procedural macro for configuring constant values across crates
-
zbus-lockstep-macros
Macros to keep types in lockstep with DBus XML definitions
-
dunge_macros
Procmacro for the dunge library
-
derive-docs
generating documentation from Rust derive macros
-
usecop-derive
Rust no_std implementation of the Sample Environment Control Protocol
-
git-version-macro
Internal macro crate for git-version
-
neon-macros
Procedural macros supporting Neon
-
prove
struct
-
dojo-macros
ORM for Rust
-
coreum-std-derive
Procedural macro for osmosis-std
-
perstruct-proc-macros
macro for adding persistent backing to a struct
-
drias
spans and diagnostics
-
linera-witty-macros
Procedural macros for generation of WIT compatible host code from Rust code
-
derive-ocaml
Custom derive and procedural macros for easy FFI with ocaml on top of the ocaml crate
-
spooky-season
👻 SPOOKY! 👻🎃👻
-
delegate-trait-impl
Delegate trait implementations
-
podstru-derive
Automatically implement getters/setters for a POD-like struct
-
const_panic_proc_macros
detail of the
const_panic
crate -
bevy_atmosphere_macros
Proc macros for bevy_atmosphere
-
osui-element
The element attribute for defining elements in OSUI
-
caryatid-macros
Procedural macros for the Caryatid framework module SDK
-
codegen-libc
A codegen tool for extracting libc cfg
-
remoc_macro
Procedural macros for Remoc
-
arouse
Arouse is
-
limousine_derive
Proc macros for building hybrid index data structures
-
gandiva_rust_udf_build
A basic shared library for gandiva rust udf
-
default-args
zero-cost default arguments in rust
-
uucore_procs
uutils ~ 'uucore' proc-macros
-
one_user
Constrain the number of instances that can possibly be used at a time. By default it constrains it to one instance at a time, hence one_user.
-
auto-trait
macro to generate trait implementation for wrapper types
-
humblegen
An experimental code-generator in the vain of protobuf, but a little more humble
-
rscel-macro
Cel interpreter in rust
-
vpi_export_macro
proc-macro for vpi_export
-
file_check_macro
A macro for checking the presence of a template file at compile time. E.g. for Tera templates
-
butane_codegen
Macros for Butane. Do not use this crate directly -- use the butane crate.
-
celery-codegen
Macros for rusty-celery
-
equalia
Automatically implement PartialEq for your structs
-
tui-helper-proc-macro
Macros for widgetui
-
raffl-macro
Rust Asynchronous FFI Library - A library for writing asynchronous callback-friendly FFI
-
lvbitfile2rust
Generate Rust register maps (
struct
s) from lvbitx files - in the spirit of svd2rust -
hydroflow_plus
Functional programming API for hydroflow
-
sails-macros
Procedural macros for the Sails framework
-
sled_driver_macros
Procedural macros for use the in the sled crate
-
product-os-store-macros
Product OS : Store Macros provides a highly flexible higher order framework for defining SQL queries by using Rust directly. This crate is to be used with Product OS : Store.
-
golem-rust-macro
Golem Rust tooling library that facilitates writing Golem backends in Rust
-
reginleif-macro
The core library of nolauncher
-
impl-new-derive
Derive macro for implementing the
new
method for structs -
fuel-indexer-macro-utils
Fuel Indexer Macro Utils
-
xml2gpui_macros
Helper macros to convert XML attributes to GPUI attributes
-
rawkit-proc-macros
Procedural macros for Rawkit
-
dremoc-macro
Procedural macros for dremoc
-
derive_hub
A proc-macro for a simple actor framework
-
kalosm-parse-macro
A macro to derive kalosm parsing traits
-
hclua-macro
hclua macro
-
wiwiwiwiwi
proc macros for wiwi, a library, of, Stuff™ (implementation detail; do not depend on this crate directly)
-
vrs-core-macros
Core SDK for developing Verisense nucleus
-
hun-offsetof
C-like macros: offset_of and container_of
-
dragoonfri-proc-macros
Fast Reed-solomon Interactive oracle proof of proximity - Proc macros
-
java_asm_macro
Java bytecode reader & writer in rust
-
rerust
Reactive programming with dataflow semantics
-
redis-macros-derive-bincode
Derive macros to serialize/deserialize structures with bincode to store in redis
-
try-let
Proc macro for a basic try-let form
-
rsfk
that provides inline brainfuck execution as macros
-
denumic
Creating enum-based runtime dispatched traits
-
fortuples
Procedural macros to generalize inherent and trait implementations over tuples
-
multi-eq
Macros for creating custom equality trait derives
-
memory-serve-macros
Macro for memory-serve
-
default_fields
derive macro that adds a default getter function for each struct field
-
burned
Rust macros to embed files into your binary
-
pyo3-prost
protobuf structs in Python
-
ndk-macro
Helper macros for android ndk
-
volo-build
Compile thrift and protobuf idls into rust code at compile-time
-
strand-derive
derive macro for a strand in rope
-
enum_to_string
Generate a serialized string using the display trait easily
-
teloxide-macros
The teloxide's procedural macros
-
v_utils_macros
Macros for my utils crate
-
proc-macro-kwargs
Keyword argument parsing for function-like proc-macros
-
caravel_export_poc
Caravel Module Wrapper
-
openai-macros
macros for the openai-utils crate
-
meme_options_derive
MemeOptions derive macro for meme_generator
-
ok_macros
The standard library that's ok
-
ggmath_proc_macros
proc-macros for the 'ggmath' crate
-
macropol
Ergonomic string literal interpolation in macro definitions
-
extends-rs
rust extends impl a macro attr
-
proptest-attr-macro
Procedural attribute macro for writing proptest tests
-
lex_derive
Some derive macros for creating a lexer
-
sqlx-macros-oldapi
Macros for SQLx, the rust SQL toolkit. Not intended to be used directly.
-
bevy_utils_proc_macros
Bevy Utils Proc Macros
-
erg_proc_macros
proc macros for Erg
-
fav_derive
Derive macros for fav
-
macro-ob
a macro to inline rot13 to confuse IDEs
-
traitlit
exposes an atribute for implementing traits for integer and float types
-
struct-to-json-db-macro
macro for struct-to-json-db crate
-
envhead
build environment variable names using a static prefix. Works great with the popular clap crate.
-
pzmacro
general macro; demo: https://github.com/FaceWaller/pzmacro
-
lockjaw_processor
proc_macro processor for lockjaw
-
avr-device-macros
Attribute macros for re-export in
avr-device
-
impl-opaque-macro
Macro for declaring complex struct and initializer
-
flipperzero-test-macros
Procedural macros for flipperzero-test
-
packet_derive
Derive implementation for packet_enum
-
ts-rs-macros
derive macro for ts-rs
-
iced_layershell_macros
Wayland extra shell lib
-
dmntk-macros
DMNTK | Procedural and derive macros
-
static-key-internal
Internal implementation details of crate
static-key
-
serenity-commands-macros
creating/parsing Serenity slash commands
-
swc_trace_macro
Proc macro for performance trace of swc
-
zips
Macros for wrapping up a bunch of Option<T>'s/Result<T, E>'s into a single Option<(T [, T...])>
-
instruct-macros
are a collection of simple macros that we're using in Instructor-AI to generate json schema from Serde Objects
-
myko-macros
myko macros
-
psl-codegen
Generate native Rust code from Mozilla's Public Suffix List
-
cogwheel-macro
Derive macros for the Cogwheel crate
-
pavex_macros
Procedural macros for the Pavex framwork
-
girolle_macro
A nameko macro proc-macro to generate a Nameko Function
-
type-sig-proc-macro
type-sig: Internal crate that defines the procedural macro, don't use this directly
-
revision-lock
keeping track of changes to revisioned items
-
vertigo-macro
Reactive Real-DOM library with SSR for Rust - macros
-
variadiz-macros
Procedural macros implementation of variadiz
-
struct_morph
macro for morphing one struct into another
-
lambda-lw-http-router-macro
Procedural macros for lambda-lw-http-router
-
pipewire-wrapper-macro-impl
Attribute and prop macroses implementations for pipewire-wrapper crate
-
type-id-derive-impl
-
rs-derive
A procedural macro library containing useful derive macros
-
rust-try-catch-macros
try catch proc macros
-
fluent_field_assertions
FluentFieldAssertions is a library that allows you to write tests in a natural language-like syntax. With this library, you can perform field assertions in an intuitive and readable way
-
general-structs
General-structures - this library allows you to create structures with common fields, and those that are different can be specified individually
-
cocoa-purity
macro collection
-
bobo-oop
a part of bobo library about oop
-
dioxus-rsx-hotreload
CLI Configuration for dioxus-cli
-
goldboot-macros
Supporting macros for goldboot
-
dir-bench-macros
proc macros for dir-bench
-
rstml-component-macro
Macros for rstml-component
-
bare_proc
A proc macro to generate Rust types from a BARE schema file
-
const_gen_proc_macro
Create proc macro that adds compile time functionality for the creation of constants
-
attribution
A declarative custom attribute parsing framework
-
enum_access
Custom derive for automatically generating the accessor methods for Enums
-
dep-inj-target
Stateless target creator of dep-inj
-
http-request-derive-macros
Use derive to create HTTP requests
-
commonware-macros
Augment the development of primitives with procedural macros
-
algorithm-macro
about algorithm data structure, now has ttl with lru/lru-k/lfu/arc and slab/rbtree/roaring_bitmap/timer_wheelss, 关于算法常用的数据结构
-
rupring_macro
rupring macro
-
pupactor_macro
Macros for pupactor
-
kexplain
Derive explanations for functions by 'showing the work' for things like math
-
form-yew
a macro to help with forms in yew
-
ir_arcane
personal mcaro library, not for public use(yet)
-
darth-rust
DarthRust is a Rust procedural macro library that aims to enhance developer productivity by auto-generating essential methods for struct manipulation. It provides a suite of macros…
-
cowlang-derive
Python-like scripting language: Macros
-
tailwind_fuse_macro
Macros for tailwind-fuse
-
derive-env-url
Derives for env-url
-
hpl-toolkit-macro-platform-gate
HPL macro for defining an platform-gate
-
auto_impl_trait
auto impl trait by provide trait file
-
frei0r-macros
Macros crate for frei0r-rs
-
tosho-macros
A macro library for tosho-mango
-
shimkit-macros
Macros for shimskit
-
derive-deftly-macros
Macros that implement the derive_deftly crate
-
knuckles-macro
A procedural macro crate for generating Knuckles
-
specs-derive
Custom derive macro for Specs components
-
errgo
generate enum variants inline
-
cameleon-impl-macros
used by other cameleon crates implementation
-
debug-span
Visualize proc-macro2 spans for debugging and assertions
-
panic_discard
A proc-macro that discards panics that happen within a function
-
semx_entry
为对应架构定义汇编入口以及异常入口
-
rquickjs-macro
Procedural macros for rquickjs
-
better
rustcoed make better
-
polyhal-macro
macros for polyhal
-
indextree-macros
Macros for indextree
-
bitlight-core-derive
providing derive macros for the Bitlight core
-
wurst
Webby UI Rust abstraction
-
compilation-guard
Force compilation to fail when certain condition is met
-
rustlings-macros
A macros crate intended to be used only by Rustlings
-
service-builder-macro
Procedural macros for service-builder
-
pretty_panic_proc_macro
proc-macro for pretty_panic
-
destructure
Automation of Destructure Pattern
-
leafwing_input_manager_macros
Macros for the
leafwing-input-manager
crate -
mozilla-central-workspace-hack
Workspace hack for mozilla-central
-
bon-macros
proc-macro crate that is supposed to be a private implementation detail of the
bon
crate -
yfunc-rust-macro
-
parquet_derive
Derive macros for the Rust implementation of Apache Parquet
-
activity-vocabulary-derive
Code generator for Activity Streams 2.0
-
tlns-google-oauth2-proc
A half-assed procedural macro that generates Scope enums and trait that converting the scopes back and fourth
-
primwrap
Derive operation traits for primitive wrapper structs
-
caw_builder_proc_macros
A macro for generating builders
-
castep-param-derive
Proc macro derives for
castep-param-io
-
nameth-macro
details for https://crates.io/crates/nameth
-
grass-macro
Procedual Macros for GRASS
-
semx_bsp
对应硬件板级定义
-
version_macro
rust cargo build binary with git version and build time
-
everyday_macros
contains all the procedural macros you might use in your everyday life while coding. Things like a thread sleep timer or a retry on error.
-
logfn
attribute macro for inserting logging code into your function
-
match_any_trait
match expressions for any trait
-
yara-x-macros
Procedural macros used by the yara-x crate
-
qroc
Perl for procedural macros
-
cpclib-macros
cpclib macros related to z80 assembling
-
mapstruct-derive-lib
A derive macro for mapstruct
-
ext-crud-derive
Derive macros for ext-crud-rs
-
tonbo_marco
TonboRecord marco
-
pixel-game-lib-macros
Procedural macros for pixel-game-lib
-
pretty_derive
A procedural macro for pretty
-
enum-flags
EnumFlags is a csharp like enum flags implementation
-
derive_merge
A derive macro to partially update a named struct
-
fred-macros
Procedural macros for the
fred
Redis client -
forward_goto
bringing gotos to Rust
-
relm-derive-common
Common derive implementation internally used by relm crates
-
linker-set-proc
Procedural macro for linker-set crate
-
xshell-macros
Private implementation detail of xshell crate
-
bae
proc-macro attribute parser
-
unsafe_fn_body
Wrap the function body in an unsafe block using attribute macros
-
structified_enum
Marcos to structify unit-like enum with discriminants
-
matrix-sdk-ffi-macros
Helper macros to write FFI bindings
-
aoc-auto
Automatically imports your solutions to Advent of Code challenges for easy running
-
poise_macros
Internal macro implementation crate of poise
-
wings_macro
WASM plugin system for Geese
-
spirv-std-macros
Macros for spirv-std
-
bytes-lit
Create byte slices from literal integers
-
jsonrpc-utils-macros
Proc-macros for jsonrpc-utils
-
netdb_auth_macro_derive
Netdb Auth validation for rocket
-
lexopt_derive
Derive macros for lexopt
-
moosicbox_lofty_attr
Macros for Lofty, modified for MoosicBox
-
rust_hdl_private_macros
Macro support for RustHDL
-
dynamodb-helper
Macro that creates a struct for interacting with AWS DynamoDB
-
either_trait_macro
An attribute-like macro to implement traits for Either
-
derive-extras
Adds a number of useful extra
#[derive(...)]
macros -
include_optional
Option-returning versions of include_X macros
-
vmi-macros
Procedural macros for VMI
-
cargo-toml-macros
Convinient macros for pulling fields from your Cargo.toml. Prettier than std::env
-
sbs-api-macro
Macros for sbs-api crate
-
pinned-init-macro
Proc macros for the pinned-init crate
-
casco
CSS-like parser for procedural macros
-
overloading
A POC crate that utilizes
Fn*
traits to implement partial overloading -
faster-pest-generator
proc-macro for faster-pest
-
rcstruct
Generate transparent
Struct(Rc<RefCell<Struct>>)
newtypes -
quickcheck_macros
A macro attribute for quickcheck
-
derive_generic_visitor_macros
Macros for
derive_generic_visitor
-
rust-ad-core
Rust Auto-Differentiation
-
sonic_spin
Reads ::() as a general postfix operator
-
disjoint_impls
Support for mutually disjoint impls
-
cvt_strs
Convert to text use in LLMs
-
wiki-api-macros
Proc-macros for use within wiki-api
-
docify_macros_clone
Support macros for docify
-
auto-import
Please do not use this
-
rotate-enum
macro that implements prev() and next() methods to an enum
-
parse-display-derive
Procedural macro to implement Display and FromStr using common settings
-
RustPyNet
RustPyNet is a crate designed to help use python inside multiple threads for small-medium workloads like calling fast execution callbacks and small-medium operations from multiple places in an orchestrated manner…
-
tantivy-macro
derive tantivy schema api
-
axum_error_macro
derive macro for your custom Error enum to generate quickly its status code and message
-
dir-test-macros
procedural macro for
dir-test
-
ngeom-macros
Internal proc-macro crate for ngeom
-
frunk-enum-derive
Derive macros to implement the frunk::LabelledGeneric trait on enums
-
bracer
Macros to help write ARM assembly
-
raffia_macro
Macros for Raffia
-
rp235x-hal-macros
Macros used by rp235x-hal
-
sorted_locks_derive
Macro to aquire
std::syn::RwLock
orstd::syn::Mutex
locks with consistent order to prevent deadlock -
hitrace-macro
Convienience macros for instrumenting code with hitrace
-
stry-attrouter
A attribute based router for various Rust web servers
-
smodel-proc
Symbol semantic modeling for Rust: procedural macros
-
sdi
Rust statically resolved dependency injection lib
-
oricalchum_derive
Procedural macros for oricalchum
-
rustic-jsonrpc-macro
JSON-RPC 2.0 server library written in Rust
-
aoc-companion-codegen
Codegen module for the aoc-companion crate
-
subtle-ng-derive
Derive macros for subtle-ng traits
-
rb-sys-test-helpers-macros
Macros for the rb-sys-test-helpers crate
-
bitflags-attr-macros
Attribute macro implementation for bitflags-attr. Do not use directly, use the reexport in the
bitflags
crate. This allows for better compatibility across versions. -
match_deref
Deref patterns in "match" for stable Rust. Now you can match through Rc, String, etc
-
derive-all
Derive macro that derives all macros possible
-
require_lifetimes
A proc-macro to force rust authors to write lifetimes in function signatures
-
fnaop
lightweight and flexible Rust library designed to bring Aspect-Oriented Programming (AOP) to your Rust functions. By using fnaop, you can easily add pre and post function logic without…
-
leptos_i18n_macro
Macros for the leptos_i18n crate
-
surrealize_derive
The derive macro for the surrealize crate
-
giacrs_internals
Internal proc macros for the giacrs crate
-
dapr-macros
Dapr Rust SDK (Macros)
-
asar-snes-proc-macros
Procedural macros for asar-snes
-
hai_macros
Essential macros for Hai
-
ref_iter_macro
Macros for 'ref_iter'
-
iocraft-macros
Macro implementations for the iocraft crate
-
bogdan_hello_macro_derive
adds the method hello_macro that generates a greeting based on the name of the struct
-
radiation-macros
Macroses to derive traits for radiation crate
-
goglob-common
Internal library used by goglob, not for public use
-
dynimp-macros
extended version of razy-importer-macros
-
cxx-qt-macro
A set of macros for Qt/C++ interop in Rust
-
resx_derives
Derive macros for Resx
-
rotext_internal_macros
internal macros used by rotext
-
reacty_yew
Generate Yew components from React component via Typescript type definitions
-
varianteq
Derive the equality of enum variants ignoring fields
-
flawless-macros
Macros for flawless
-
autd3-traits
Wav Modulation for AUTD
-
jsm
Jay's stupid macros
-
portaldi-macros
Macros for portaldi
-
sabry_procmacro_impl
Sabry proc-macro internals reusable outside of proc-macro context
-
rust_observer_trace_macro
Trace macro dependency for rust observer
-
error_generator
Transform structs and enums into fully qualified errors using attributes
-
cubing_macros
Features from
cubing.js
in Rust -
pmhelp
A WIP library to assist in the creation of procedural macros
-
ff_derive_ce
Procedural macro library used to build custom prime field implementations
-
shuttle-codegen
Proc-macro code generator for the shuttle.rs service
-
kanidmd_lib_macros
Kanidm Server Library Support Macros
-
raxb-derive
Architecture for XML Binding
-
bluejay-typegen-macro
Macros for
bluejay-typegen
-
magnus-macros
Derive and proc macros for magnus
-
bignumbe-rs-macro
Macro for an efficient arbitrary base for bignumbe-rs library
-
yui
An attribute reader generator for Rust
-
edifact-types-macros
Macros for edifact-types
-
geoip2-codegen
geoip2 macros
-
potato-macro
A very simple and high performance http library
-
spanr
proc-macro authors to visualize the spans on generated code
-
chorus-macros
Macros for the chorus crate
-
axsys-noun-macros
working with Noun data
-
mf1-macros
Macros for the mf1 crate
-
batadase-macros
batadase is an incredible LMDB wrapper
-
heapsz-derive
Procedural macros for
heapsz
-
ops-derive
Derive macros for std::ops
-
modelfox_macro
ModelFox makes it easy for programmers to train, deploy, and monitor machine learning models
-
tracers-macros
Macros which generate tracers and the code that fires the tracers. See the 'tracers' crate for further instructions
-
rspack_macros
rspack macros
-
puff_bench_macro
Benchmark macros
-
prest-html-macro
Compile-time HTML templates
-
target-test-dir-support
Support for the
target-test-dir
proc-macro crate -
primitive-enum-derive
macros for get primitive enum from complex
-
brisk-machine
brisk declarative engine to generate state machines
-
forsyde-io-generator
Code generation component for traits and others of the Rust ForSyDe IO supporting library
-
actix-json-responder
A procedural macro to reduce json response boilerplate on actix projects
-
easify
Development tools. Includes various helper functions and proc-macros to simplify your code and boost your development
-
descord-macros
Macro implementation crate of descord
-
cps
Assists in the creation of readable and maintainable macro_rules! macros
-
binmarshal-macros
Derive and helper macros for binmarshal
-
fn_overloads
Create functions with varying arguments and return types. Please don't use this.
-
lambda-router-macros
Macros for use within lambda-router crate
-
krk
The shuttle cli helper for (js like experience)
-
proc-bitfield-macros
The supporting proc-macro library for the proc-bitfield crate
-
mmtk-macros
MMTk macros provides procedural macros used by mmtk-core
-
ks-placeholder
A macro help user create pesudo source file
-
actify-macros
Actify's procedural macros
-
picodata-plugin-proc-macro
Procedural macros for picodata-plugin crate
-
warcmutex
in Rust that provides an attribute macro for mods, structs and impls. Rewrite code using under the hood asynchronous reference (Arc) and asynchronous mutation (Mutex) control elements.
-
print_each_line
It prints each line and execution time during execution. You can utilize it as a super simple profiler.
-
renaissance
rich man cries like a crocodile
-
charify
proc macro to turn its token input into a char, similar to the built-in stringify! macro
-
testing_macros
General purpose testing macros
-
kolbold_macros
memory and time metrics collection
-
enum2contract
no_std compatible rust derive macro that lets users specify contracts for pub/sub style messaging using strongly typed rust enums. Conversion methods for JSON and binary are created for the generated payloads
-
portfu_macros
Portfu Macros for Generating Endpoints and Tasks
-
rustradio_macros
Software defined radio library
-
airgl
down into the white wind flow’rs
-
safer-ffi-gen-macro
Proc macro implementation for safer-ffi-gen
-
unsafe_fn
macro to mark a function as unsafe without its body being unsafe
-
address-cmp
An attribute for address comparison
-
c_macros
A bunch of macros useful for interfacing with C code
-
sorm-macros
ORM (Object-Relational Mapping) built on SQLx
-
metamorphose
Macros collection for converting Structure to Model, for a green-barrel project
-
udf-macros
UDF procedural macros implementation
-
mini-tokio-attr
macros for mini-tokio
-
clone_from
Derive Clone including clone_from
-
miette-derive
Derive macros for miette. Like
thiserror
for Diagnostics. -
macroex-extras
Additional "fun" extractors for macroex. Support crate for a certain in development UI crate.
-
ah-macro
工具宏
-
mantra-rust-procm
Defines procedural macros used by
mantra-rust-macros
-
c2rust-macros
Procedural macro support crate for C2Rust
-
nanosql_macros
Tiny, strongly-typed data mapper for SQLite (procedural macros)
-
enalang_macro
Exhaustingly Notorious Algorithms - macro support
-
preserves-schema-macros
Preserves Schema code generation macros for Rust
-
yolo_keyword
Adds the yolo keyword
-
test-impl
A macro for use in testing, to run a test on multiple trait implementations
-
rem-borrower
Permission repairer for Rusty Extraction Maestro
-
tentacli-packet
Macro for implementing packet structures
-
cpreprocess
Procedural macro that runs a C preprocessor on the input
-
compile-time
Macros for getting compile time information
-
krnl-macros
Macros for krnl
-
dioxus-class-macro
Dioxus class proc_macro
-
include-utils-macro
Internal proc macro for the
include-utils
crate -
ruva-macro
Event Driven TEvent Handling
-
workflow-html-macros
Workflow Macros for HTML Rendering
-
thiserror-impl
detail of the
thiserror
crate -
binary-serialize-derive
A small representation for objects in the Ezno checker, used for caching to make checking faster
-
crepe
Datalog in Rust as a procedural macro
-
introspect-proc-macros
Procedural macros for
introspect
-
go-pmacro
some proc-macros for the goscript project
-
custom_debug_derive
Derive Debug with a custom format per field
-
secrets-manager-macro
Macro for using AWS Secrets Manager secrets in your application
-
quickerr
A macro to define errors quickly, like
thiserror
but terser and more opinionated -
cmd-proc-macro
Run some shell script when build the project, and yield the stdout as &[u8]
-
egui-probe-proc
Derive macro for egui-probe crate
-
num_enum_derive
Internal implementation details for ::num_enum (Procedural macros to make inter-operation between primitives and enums easier)
-
timeout-macro
modio-logger Dbus service
-
orbital
Automation of boiler-templates generated by CakePattern
-
snax
JSX-like syntax for proc macro authors
-
ai_functions
Procedural macro for creating text from a function for use in Large Language Models
-
actix-handler-macro
Helper macros for using Actix. Generates handlers, actors and address traits.
-
schematic_macros
Macros for the schematic crate
-
unimock_macros
Procedural macros used by unimock
-
thaw_macro
Shared Thaw internal macro
-
surrealdb_functions
procmacro for surrealdb functions (fn::*)
-
quork-proc
The proc macros for quork (not intended for independant use)
-
statig_macro
Macro’s for
statig
-
embed-rust
A macro that allows to embed a Rust executable
-
autoget
macro to generate getters for structs
-
server_fn_macro_default
The default implementation of the server_fn macro without a context
-
rocket_db_pools_codegen
Procedural macros for rocket_db_pools
-
structre_proc_macros
Static-checked parsing of regexes into structs (helper crate)
-
krpc-macro
RPC framework for service registration and discovery through API exposure, compatible with Dubbo3 protocol, intertunable with Java projects
-
struct-arithmetic
Trait to derive basic arithmetic operations for your structs
-
despatma-dependency-container
Design Pattern Macro for dependency container
-
diesel_sqltype_enum_pg
Diesel automatic derivation of
FromSql
andToSql
for enums withSqlType
generated bydiesel
and takingToString
andFromStr
as base. Postgres binding only -
typeshare-core
The code generator used by Typeshare's command line tool
-
endian-writer-derive
Procedural Macros for endian-writer crate
-
spring-macros
spring-rs Procedural Macros implementation
-
de_generics
generate 'de lifetimes for custom serde derive macros
-
tasm-object-derive
Derive-macro for TasmObject
-
tiny-rsx
A fast and minimal syn RSX (JSX in Rust) parser
-
rudi-macro
Macros for Rudi
-
cloneable_dyn
Macros to make structs and enums clonable that use dyn Objects
-
templing
Minimal templating engine
-
rocketmq-macros
Unofficial Rust implementation of Apache RocketMQ
-
tracelite_macro
Procedual macros for the tracelite crate
-
vapoursynth4-rs-macros
Proc macros for vapoursynth4-rs
-
scrapelect-filter-proc-macro
proc-macros for making scrapelect Filters
-
enum-methods
Generates methods for each enum variant
-
hecs-macros
Procedural macro definitions for hecs
-
sweet_test_macros
macro crate for sweet
-
trident-derive-accounts-snapshots
trident-accounts-snapshots
-
bevy_startup_tree_macros_core
core of bevy_startup_tree_macros
-
tailwag_macros
A collection of macros to support the tailwag crate
-
elicit_macro
SmartPointer-like structure for polymorphism
-
miniserde-enum
Derive macros for miniserde on enums
-
prometheus-client-derive-text-encode
Auxiliary crate to derive text Encode trait from prometheus-client
-
micrortu_ie_representation_derive
SDK for MicroRTU
-
baroque
cuckoo
-
simple-invoke-client-macro
An embeddable message queue system
-
axum_guard
A set of attribute macros for protecting Axum URI resources
-
unity_native_proc_macro
The derive macros for the unity_native library
-
frunk_proc_macros
Proc macros for Frunk
-
neovide-derive
Derive macros for the Neovide gui
-
futures-select-macro-preview
The
select!
macro for waiting on multiple differentFuture
s at once and handling the first one to complete -
embed_it_macros
The macros for [
embed_it
] -
dummy
Macros implementation of #[derive(Dummy)]
-
exemplar_proc_macro
Proc macros for the exemplar crate
-
lazy-re
lazy reverse engineers
-
nano_parser_gen_macro
A parser generator inspired by yacc (procedural macro)
-
delve
number of macros that make working with enums and strings more convenient
-
leptos-controls-macro
Leptos Controls Macro
-
query_macros
macros for query crate
-
all-the-same
A procedural macro that copy-pastes match arms for new type variant enums
-
ijzer_lib
IJzer. Provides tools for tensors, parsing syntax tree of the IJ language and transpiling it to rust code.
-
ni-fpga-macros
Macros to be used with the ni-fpga crate
-
impl_index
Macro for deriving the Index trait
-
utility-types
proc-macro to realize several utility types of TypeScript
-
ixc_schema_macros
Interchain SDK Schema Macros
-
pay-respects-parser
Compile time rule parser for the pay-respects CLI tool
-
compose_spec_macros
Procedural macros for use in the compose_spec crate
-
exhaust-macros
Proc-macro support for the 'exhaust' library
-
current_semver
Get the current semver type from the environment
-
notan_macro
set of utils as macros for Notan
-
natural-derive
Proc macros for naturally deriving basic trait impls for new types
-
aide-macros
Macros for the Aide library
-
binrw_derive
Derive macro for binrw
-
paperclip-macros
Macros for paperclip OpenAPI tooling library
-
ext-index-macro
macro for tantivy_ext crate
-
derive-stack-queue
Derives for stack-queue
-
terrazzo-macro
Macros to generate dynamic HTML nodes in Rust
-
bevy_ergo_plugin
Macros to make building bevy plugins more ergonomic
-
dialogue-core
the core of dialogue-macro
-
fut-ret
parse the return type generated by async_trait in procedural macro
-
a2lmacros
macros in support of the a2lfile crate
-
testtesttest2
test
-
blackboxmc_proc
Procedrual macros for the BlackboxMC crates
-
woab-macros
Procedural macros for the WoAB crate
-
partial-application-rs
A macro to transform functions into partially applicable structs
-
polywrap_schemafy_lib
Generates serializable Rust types from a json schema
-
usdpl-build
Universal Steam Deck Plugin Library core
-
deep_causality_macros
Procedural macros that generate constructurs and getters
-
webgl-rc-macro
GLSL loading macro for webgl-rc
-
restate-sdk-macros
Restate SDK for Rust macros
-
gset
A procedural macro for generating the most basic getters and setters on fields
-
dont-expand
Dummy macros to shadow macros to avoid expansion in cargo expand
-
kittycad-execution-plan-macros
Macros for working with KittyCAD execution plans
-
ruzhda
Rust programming, in Bulgarian
-
jsonschema_code_generator
generating rust types from JSON schemas
-
worker-macros
Macros to support the
worker
crate and remove FFI boilerplate / conversion from user code -
literify
Stringifies tokens inside token stream
-
export-type
Export Rust types to other languages
-
leptos-struct-table-macro
Macros for the leptos-struct-table crate
-
struct_auto_from
auto generating conversion methods between structs
-
c_defines_to_enum
A procedural macro for generate enum from C defines statement
-
size_of_const_macro
Macro for generating the constant of a type's size
-
c2rs
C struct to Rust struct
-
ruwren-macros
Proc-macros for ruwren
-
deref-derive
Derive Deref and DerefMut for structs
-
typed-transaction-macros
Typed transaction macros
-
race-proc-macro
RACE Protocol proc macros
-
accio
Retrieves code blocks distributed to multiple sites
-
functional_trait
A macro that impls trait for Fns
-
syndicate-macros
Support macros for programming with the Syndicated Actor model and Dataspaces
-
actix-default-responder
Procedural macro for generating default
Responder
implementation for a specific data type (ie. json, xml, etc). -
thruster-proc
The proc macros behind the thruster web framework
-
iffy
proc macro for simulating the ternary operator from C-like languages
-
dot-parser-macros
contains companion proc macros for the dot_parser crate
-
hashfn
A procedural macro to generate a hash representation of a function as a string slice
-
bang_notation
!-notation for Rust
-
round_view_derive
Procedural macros to generate methods r2_view, r3_view and r4_view
-
studs-lib
Studs that provides macro implementations and utilities
-
message_macro_derive
A macro to generate/parse binary representation of messages
-
derive_everything
#[derive(Clone, Debug, Default, Eq, Hash, Ord, PartialEq, PartialOrd)] everything if possible
-
deno-bindgen2-macro
Macros for the
deno_bindgen2
crate -
tera-template-macro
Proc Macro for tera-hot-reload crate
-
error-http
Procedural macro for associating error enums with HTTP codes
-
pidl-rust
Rust support for pidl
-
yazi-codegen
Yazi codegen
-
url_query_string
procedural macro for generating methods to serialize structs into URL query strings. Provides seamless integration with serde and supports customizable serialization formats like camelCase and snake_case.
-
assert2-macros
procedural macros for assert2
-
serde_avro_derive_macros
Derive avro schema for Rust structs for serde_avro_fast
-
ambient_editor_derive
A procedural macro to generate Ambient UI code for a struct or enum
-
owo-code
OwO Code owo! pwogwam owo in ur nyative wanguage owo!
-
evento-macro
A collection of libraries and tools that help you build DDD, CQRS, and event sourcing
-
actix_responder_macro
An attribute macro to transform a response struct to an actix responder
-
openwhisk_macro
Derive Macro for OpenWhisk Rust Client
-
quote-alias
A helper macro for easily reusing static token streams
-
macro-ruby
Execute ruby code at compile time trough mruby
-
discriminant_hash_derive
Derive macro to implement Hash trait based on enum's discriminants only and ignore variant's fields
-
truck-derivers
Derive macros generating an impl of the geometric traits
-
gtk-blueprint
Use Blueprint in Rust GTK applications
-
portrait-codegen
Internal procedural macros for portrait
-
conflicting
generate compile time errors for mutually exclusive feature flags
-
gadget-context-derive
Procedural macros for deriving Context Extension traits from
gadget-sdk
-
enumify
macro that declares an
enum
(and a bunch ofimpl From
s) based on a set of types -
raug-macros
Procedural macros for Raug, a Rusty Audio Graph crate
-
sqlx-type-macro
Proc macros for sqlx-type
-
extism-convert-macros
Macros to remove boilerplate with Extism
-
teenygame-macro
Macros for teenygame (implementation detail)
-
frenv_macro
Macros 0.1 implementation of #[derive(FromEnv)]
-
ref-mut-n
Defines a nested mutable reference
-
const_field_count
procedural macro to derive a constant function for counting the number of fields in a struct
-
thisslime-core
Error utilities for slimebot
-
edn-derive
Edn (De)Serialization derive macros
-
dropshot_endpoint
macro used by dropshot consumers for registering handlers
-
enum-fields
Quickly access shared enum fields in Rust
-
type-utilities-rs
Type utilities in Rust
-
native-json-macro
Native JSON for Rust
-
to_phantom
Convert generics to PhantomData in proc macros
-
quote-impersonated
Quasi-quoting macro quote!(...)
-
cpy-binder
when creating binds from Rust to C++ and Python
-
replisdk-experimental-proc
Procedural macros crate for replisdk-experimental
-
telexide_proc_macros
macros for subscribing to events in telexide
-
egui_struct_macros
EguiStruct is a rust derive macro that creates egui UI's from arbitrary structs and enums
-
routee-compass-macros
Macros for the RouteE-Compass energy-aware routing engine
-
tea-macros
Procedural macros for the tevec
-
ri-utils
Ut
-
fnck_sql_serde_macros
SerdeMacros for FnckSQL
-
shopify_function_macro
Macros for the
shopify_function
crate -
discretionary_engine_macros
macros for discretionary_engine
-
log-attributes
A set of function log attributes, that make logging function in- and outputs a charm
-
kfghdfghdfkgh_js_macros
internal crate
-
test-shisho-datasource
Shisho Cloud Policy SDK
-
procmeta-proc
A derive-macro for procmeta-core
-
cifg-diag-attr
An attribute for adding a railroad diagram to the cifg macro_rules doc comments. Intended for use by the cifg crate only
-
enumerate
An attribute macro that, given a trait and its implementers, generates an enum that can be used instead of a trait object, avoiding dynamic dispatch
-
rustpython-derive-impl
Rust language extensions and macros specific to rustpython
-
idewave_packet
Macro for implementing packet structures
-
cutlass
Macro based library to take the boilerplate out of configuration handling
-
clickhouse-derive
A macro for deriving clickhouse::Row
-
quirky_binder_codegen
Quirky Binder Codegen
-
pisserror_macros
The internal implemenation of
pisserror
-
agb_xm
converting XM tracker files for use with agb-tracker on the Game Boy Advance. You shouldn't use this package directly
-
tryfrom-via-fromstr
Derive
TryFrom
by delegating to theFromStr
impl -
treesitter_kind_collector
collect kind names from node-types.json of treesitter
-
ffishim
behind ffishim_derive
-
TCFSMFTTTCS
Unsafe, yet fast finite state machine for counting :ty TokenTree clusters in any :ty TokenTree cluster sequence. It works for proc_macro2::TokenStreams too
-
macro-rules-rt
Transforms text or TokenStream using Rust's macro_rules syntax
-
derive_typst_intoval
Derive typst::IntoValue for structs
-
datafusion-macros
Procedural macros for DataFusion query engine
-
proc-state
Sustain global variables between individual proc-macro call
-
fusen-procedural-macro
fusen-common
-
phnt
Rust bindings to the System Informer’s (formerly known as Process Hacker)
phnt
native Windows headers -
macro_magic_core
Core implementation behind macro_magic
-
dep-inj
easier dependency injection
-
java-bindgen-macro
Java Bindgen | Macro
-
nan-serve-publish-event
Tokio event publisher for nanoservices
-
cmd-impl
-
native_model_macro
A procedural macro for native_model
-
import-modules
based on require-all
-
peg-macros
Procedural macros for rust-peg. To use rust-peg, see the
peg
crate. -
test-fuzz-macro
-
derive_constructor
Construct enums without naming them
-
html-to-string-macro
html to string macro powered by syn-rsx
-
rrplug_proc
proc macros of rrplug
-
auto_ref
Replace &T to impl AsRef<T>
-
azalea-registry-macros
Macros internally used in azalea-registry
-
macrotk
macro toolkit
-
synext
extension library for syn crate to help developers quickly develop derive macros
-
prql-compiler-macros
Macros for PRQL compilation at build time
-
embed-licensing-core
Core implementation of embed-licensing
-
moosicbox_async_service
MoosicBox async service package
-
zephyr-macros
Macros for the zephyr sdk
-
nemo157/embrio-async
-
jetstream_macros
Jetstream is a RPC framework for Rust, based on the 9P protocol and QUIC
-
sycamore-state-macros
sycamore-state proc macro implementation
-
charted-testkit-macros
📦🦋 internal procedural macros that you shouldn't depend on
-
const-random-macro
procedural macro used by const-random
-
vera-prim-macro
A macro to generate the code needed to add builtins for the vera interpreter
-
ezno-parser-visitable-derive
Derives 'Visitable' trait for Ezno AST
-
lit-mod
collection of procedural macros for working with string literals
-
pam-macros-f
Macros for the pam crate
-
units-relation
A procedural macro to be used with the library Rs-Measures to define relations among units of measurement
-
simple_function_logger
function logger
-
enum-utility-macros
A macro to generate useful helpers for enums
-
better-macro
better versions of common macros like println
-
aidecomment
that can get the OpenAPI operation summary and description from doc comments and provide them to aide
-
memoize-inner
Helper crate for memoize
-
debug_code
The util to remove code when not debug build
-
surrealdb-extras-proc-macro
A
cargo generate
template for quick-starting a procedural macro crate -
derive_recursive
derive macro for recursive trait implementations
-
vptr-macros
Procedural macros for the
vptr
crate -
autophagy
AOT compiler for Rust
-
azalea-buf-macros
#[derive(AzBuf)]
-
byteme
Converts a struct into Vec<u8> and back. The conversion is Big Endian by default.
-
derive-redis-swapplex
Derives for redis-swapplex
-
enum-utils
A set of useful proc macros for enums
-
sqlxmq_macros
Procedural macros for sqlxmq
-
digestible-macros
Macros for generating digest implementations
-
shower
get string of code block
-
tamasfe-macro-utils
Proc-macro utilities, intended for personal use
-
bingen
Procedure macro for bringing a compile-time compiled assembly code as a binary slice
-
serde_dhall_typegen
Automatically generate Rust structs and enums from Dhall types
-
solders-macros
A collection of attribute macros to reduce boilerplate in the solders project
-
rzhavchina
Rust programming, in Russian
-
turf_macros
Macros used by turf
-
json_schema_test_suite_test_case
Procedural Macro Attribute to run all the test cases described in JSON-Schema-Test-Suite
-
zfi-testing-macros
Macros to be used with zfi-testing crate
-
uri_path_router
A proc-macro crate that generates flattened enums for routing
-
bmatcher-proc
bmatcher is a flexible and efficient binary pattern matching library designed to help you search and match binary data
-
sully_peg
Proc macro for PEG generation
-
list-mod
A procedural macro for generating a list of string slices of the names of the modules inside a source code directory in the current project
-
fieldname-access
Derive macro for safe struct field access by their names in runtime
-
synom
Stripped-down Nom parser used by Syn
-
tuplez-macros
Procedural macros implementation of tuplez
-
ez_config
A lightweight and simple to use mapper from environment variables to config classes
-
diesel_enum_derive
Enum derive for [Postgres only] Varchar fields
-
named-array
A procedural macro for accessing struct fields as an array
-
include_uri
Proc-macro to include URI as literals at build time
-
edc-dataplane-macros
Macros for an EDC compatible dataplane
-
proto
proto
allows you to define Protocol Buffers using Rust code to reuse Rust’s type system and ecosystem -
trapeze-macros
Macros for trapeze
-
spacetimedb-bindings-macro
Easy support for interacting between SpacetimeDB and Rust
-
bytelike-derive
Derive macros for bytelike new types
-
json_schema_test_suite
Procedural Macro Attribute to run all the test cases described in JSON-Schema-Test-Suite
-
derive-combine
A macro for combining multiple structs into one
-
better-bae
proc-macro attribute parser
-
ntree-macros
Complementary proc macros for ntree-rs
-
named-ctor
proc-macro to generate constructor functions with syntaxt similar to named params
-
axum-codec-macros
Procedural macros for axum-codec
-
cosmic-macros
macros for thecosmicinitiative.io
-
origami-macros
Macros for origami-engine
-
cssparser-macros
Procedural macros for cssparser
-
sub-model
a proc marco for easy generate sub models
-
macro-gpt
proc macro that uses ChatGPT to generate rust code at compile-time based on a prompt, and a less simple one that can inject the results of prompts directly into your editor!
-
bevy_encase_derive
Bevy derive macro for encase
-
langen_macro
create programming languages
-
dyn_derive
Inherit and derive object-unsafe traits for dynamic Rust
-
getset2
derive macro, which is inspired by getset, is designed for generating the most basic getters and setters on struct fields
-
nu-derive-value
Macros implementation of #[derive(FromValue, IntoValue)]
-
prusto-macros
prusto macros
-
pear_codegen
A (codegen) pear is a fruit
-
bincode_macro
Add macros to bincode to make it easier to use
-
reqwest-scraper-macros
Web scraping integration with reqwest
-
lower
desugar math where the compiler wont
-
unconst
Macro to unconst const/fn/enum/struct/trait/impl/type items
-
nuidl-lib
Code generation library for nuidl
-
open-metrics-client-derive-text-encode
Auxiliary crate to derive text Encode trait from open-metrics-client
-
taurpc-macros
Macros for the taurpc crate
-
minus-one
A proc-macro crate to subtract one from a number
-
assets_manager_macros
Procedural macros for assets_manager
-
hill_vacuum_proc_macros
Procedural macros of the HillVacuum main library
-
domcom-form-manager
A macro to simplify forms. Must be used with domcom
-
yew-attrs-macro
Dynamic attributes for Yew
-
prosa-macros
ProSA macros
-
napi-derive-ohos
N-API procedural macros
-
machine
State machine utilities
-
try_match_inner
The internal procedural macro of
try_match
-
clippy-tracing-attributes
add, remove and check for
tracing::instrument
in large projects where it is infeasible to manually add it to thousands of functions -
native_db_macro
A procedural macro for native_db
-
splat_derive
providing a Splat derive macro, which generates a splat method for the struct deriving it
-
axum-resp-result-macro
Help Struct For Axum Response
-
pax-macro
Macros for Pax, used both for parser codegen and for showing Pax where to attach to Rust code
-
rusty_json_serialization
procedural macros for automated JSON serialization in Rust
-
catchr
A testing framework inspired by Catch for C++
-
memoeyes
Procedural macros for automatic memoization
-
actix-web-codegen-const-routes
Routing and runtime macros for Actix Web with support for const routes
-
proc_macro_tools
Tools for writing procedural macroses
-
wasm-bindgen-macro
Definition of the
#[wasm_bindgen]
attribute, an internal dependency -
stateroom-wasm-macro
A macro for building a Stateroom service as a WebAssembly module
-
syrette_macros
Macros for Syrette, the convenient dependency injection framework
-
discriminant-macro
Better
Discriminant
and enum operations -
flagger-macros
Enum flag generator proc macros
-
spanned_error_message
Pretty error messages with spans outside of proc macros
-
polling-async-trait
A proc macro that creates async methods based on polling methods for your trait
-
hollywood_macros
Macros for the Hollywood actor framework
-
kameo_macros
Fault-tolerant Async Actors Built on Tokio macros
-
verilog-arc
proc macro based code generation backend for OpenVAF
-
stilts-macros
The macros that generate the templates for stilts
-
ephemeral-rollups-sdk-attribute-delegate-v2
ephemeral-rollups-sdk-attribute-delegate
-
absolution
‘Freedom from
syn
’. A lightweight Rust lexer designed for use in bang-style proc macros. -
near-self-update-proc
Near contract update helper procedural macro
-
sub-struct
remove specified fields from a struct to create a new struct
-
rustfmt-config_proc_macro
A collection of procedural macros for rustfmt
-
sly_static_macros
macros for sly_static
-
phper-macros
The proc-macros for phper crate
-
sigmut-macros
a state management framework designed to be used as a foundation for UI frameworks
-
build-info-proc
Part of the build-info crate: This crate provides the proc-macros
-
bevy_registration_procedural_macros
Run code on the app from far away. Only the procedural macros are in this crate.
-
locenv
aid on module development for locenv
-
wgpu-pp
C-style preprocessor for WGSL using proc macros
-
stylish-macros
Internal implementation details of
stylish-core
-
singleton-attr-proc-macro
singleton procedural attribute and derive macro (internal implementation)
-
dagrs-derive
Dagrs follows the concept of Flow-based Programming and is suitable for the execution of multiple tasks with graph-like dependencies. Dagrs has the characteristics of high performance and asynchronous execution…
-
impl-template
A procedural macro for generating impl-blocks based on a simple template
-
manganis-macro
Ergonomic, automatic, cross crate asset collection and optimization
-
summer-boot-macro
summer boot macro
-
sdl3-main-macros
Proc macros for sdl3-main
-
pm-lexer
sample lexer using the proc-macro crate, to be used in the pomelo testings
-
rio-proc-macros
Rio proc macros
-
yew-router-macro
Contains macros used with yew-router
-
ama
Quasi-quotation system for designing procedural macros mixed with Rust code
-
structs-from-excel
that adds a procedural macro that unravels structs via a given, purpose-formatted Excel spreadsheet
-
polymorphic_enum
Automatically wrap enum variant data in a struct. Implement a given trait for the enum that delegates to the structs. Also implement From and To to convert between the enum and the structs.
-
bigquery-functions-types-macros
proc macros to define BigQuery function types
-
starlane-primitive-macros
Some primitive macros needed to jump start starlane
-
lsp_doc
Embed markdown/text files into Rust documentation attributes for LSP hover/preview
-
builder-rs
A procedural macro for generating builder patterns for Rust structs
-
templest
A procedural macro to manage temporary variables
-
astree_macro
Easily build AST from Rust structures
-
syn-pub-items
Parser for Rust source code (patched for pub items)
-
clone_into_derive
This crates generate clone macro for structs. It's quite convenient if you want that a struct copy to another struct which includes the struct fully.
-
utoipa-gen
Code generation implementation for utoipa
-
chatdbg_macros
Rust-specific (macro) support for ChatDBG
-
token_stream_flatten
Flattening iterator adaptor for token streams
-
alkahest-proc
Procedural macros for 'alkahest-proc' crate
-
tauri-store-macros
Persistent stores for Tauri
-
crate-_-name
macro to get the name of the current crate
-
sweet_rsx_macros
Delightful Rust testing
-
tabled_derive
Derive macros which is used by tabled crate
-
declare_impl
proc macro for the error_set crate
-
tree_sitter_grep_proc_macros
(proc-macros used internally by tree-sitter-grep)
-
car
std::array::{map, from_fn, try_from_fn} in const
-
confique-macro
Macro crate for 'confique'. Do not use directly! Semver not guaranteed!
-
enumorph
Derive macro to generate
TryFrom
andFrom
implementations for converting between newtype enum variants and their wrapped values -
typeof-literal
A macro that returns the type of any literal expression or composite of literals
-
grafana-plugin-sdk-macros
Convenience macros for the Grafana backend plugin SDK
-
elm_rusty
Auto generate Rust models to Elm models
-
makepad-derive-live
Makepad platform live DSL derive macros
-
getset-macro
A procedural macro that simplifies the creation of getter, setter and constructor methods for fields in your Rust structs
-
around
execute code around a function
-
enum-mapping-macro
Maps enum variants to numbers and viceversa
-
mddd-std
small framework for DDD init sysmem and CLI interface. Sub crate with std tools. Use "mddd" crate
-
variant_enum
variant enum. generate enum variant. static dispatch.
-
macros-utils
macros crate
-
mydb_macros
mydb proc macros
-
serde-json-helpers
A collection of procedural macros compatible with stable Rust 2018 that simplify some common operations not covered by
serde_derive
-
match_box
box
and deref patterns in “match” for stable Rust. Now you can match throughBox
,Rc
, etc. -
convert-chain
chain converter
-
jump-kun-macros
jump-kun. Parses jump-kun config file and creates fucntions.
-
deriving_via_macros
DerivingViaMacros
-
pit-rust-host
Portal Interface Types
-
nan-serve-dal-tx-impl
A collection of utilities for nanoservices
-
russenger_macro
Proc macro for creating new action on Russenger lib
-
juiz_macro
Macro definitions for juiz_sdk crate
-
safina-macros
Procedural macro for the
safina-async-test
package -
termal_proc
fancy colored cli using ansi codes
-
transmute-tools
Proc macros and traits to assist with safely creating transmutable data structures
-
xso_proc
Macro implementation of #[derive(FromXml, AsXml)]
-
unstyled_macro
Unstyled is just another library which allows to write scoped CSS styles in Rust
-
nestruct
that provides macros to easily flatten or nest structs and enums in your code
-
rlp-derive
Derive macro for #[derive(RlpEncodable, RlpDecodable)]
-
decolor
Asynchronous runtime abstractions for implicit function decoloring
-
property
Generate several common methods for structs automatically
-
generic_trait_alias
A proc-macro attribute which can be used to create custom type aliases for abstraction
-
defaults
A better
Default
derive macro -
try_clone_derive
wich add a derive TryClone macro for the TryClone Trait of the fallible_allocation crate
-
spatialos-macro
Procmacro crate used to expand SpatialOS component and types created with spatialos-codegen
-
lark_bot_sdk_macros
rust lark bot sdk macros
-
axum-routes-macros
Create an axum Router from an enum and resolve routes
-
orangutan_macro
Flask-like super simple and lightweight web server framework for rust
-
trowel_macro
A macro for writing HTML in Rust
-
seam_argparse_proc_macro
proc-macro crate for seam
arguments!
macro -
sqlxx
Extension to sqlx
-
garde_derive
Derive macros for garde
-
better-default-derive
A better Default macro
-
named_params
Fast, simple named parameters for Rust functions
-
macro_functions
functions for quickly parsing syn structures
-
titan-router-derive
Internal package for titan-router
-
derive_state_machine_future
Custom derive implementation for the
state_machine_future
crate. Use that crate instead of this one directly. -
builders
Rust macros for building structs
-
typify-macro
typify macro implementation
-
compiler_cli_args
proc-macro that expands to the CLI args that were passed to rustc
-
scyllax-macros-core
Core macro impl for scyllax
-
sscanf_macro
Proc-Macros for the sscanf Crate. Not meant to be used as a standalone Crate
-
indexed_db_futures_macros_internal
Internal macros for the
indexed_db_futures
crate -
dlopen2_derive
Derive macros for the dlopen2 crate
-
ucc
Universal compiler invocator for heterogeneous CPU/GPU computation applications
-
typeshare-annotation
The annotation used to mark types for typeshare
-
aargvark_proc_macros
Helper crate for aargvark
-
yui_internal
Internal functions, struct for derive in Yui
-
ezno-ast-generator
Quasi-quoted constant compiled TS definitions for Ezno AST
-
realme_macros
A flexible and extensible configuration management library for Rust, designed to simplify the process of loading and managing configuration settings from various sources
-
uringy-macros
Procedural macros for the uringy crate
-
hpl-compression-macro-merkle-tree-utils
HPL macro for defining an platform-gate
-
name_of
expression for Rust
-
signaturize_derive
The derive macro for the signaturize crate
-
stringify-attr
Attribute macros for stringifying
-
polkavm-derive-impl-macro
The derive crate for PolkaVM guest programs (proc-macro)
-
rxing-one-d-proc-derive
proc macros to simplify the development of one-d barcode symbologies in rxing (https://github.com/rxing-core/rxing)
-
lvgl-codegen
Code generation based on LVGL source code
-
stak-minifier-macro
Macros to minify Stak Scheme source codes
-
auto_builder_derive
Macros for generating a 'safe' builder
-
optional_struct_macro_impl
Helper crate implementing the proc_macro for the optional_struct crate
-
css-macros
MAcros to work with css files with stylist
-
derive-adhoc-macros
Macros that implement the derive_adhoc crate
-
enum_for_matches
enum_for_matches
is a procedural macro that runs a match arm for each enum variant passed into it regardless of type -
init_system_macro
Macros for pupactor
-
pulldown-html-ext-derive
A derive macro for implementing HTML writers in the pulldown-cmark ecosystem
-
patum
Make enum conform to a given pattern
-
nom-rule
A procedural macro for writing nom parsers using a grammar-like DSL
-
ext-trait-proc_macros
Internal: proc-macro backend of ::ext_trait
-
pagetop-macros
Una colección de macros que mejoran la experiencia de desarrollo con PageTop
-
extra_args
Rust macro to pass implicit args to functions (use with care)
-
defmt-test-macros
defmt-test macros
-
epics_gen_macros
macros for deserializing xlsx tables and serializing them as EPICS PVs
-
vexide-macro
Proc macros for vexide
-
http_query_params
A small package to it easy to create http query params
-
telety-impl
Common code for telety. Not intended for public use.
-
ord_by_key
convenient macro for implementing Ord trait with logic specified in an inline expression
-
awf-help
Actix web flask use proc macros
-
is-plutus-data-derive
Derive macro for IsPlutusData
-
anyhow_trace
Macro which adds source location as context to anyhow errors
-
capnp_conv_macros
attribute macros that implement capnp read/write traits
-
workflow-wasm-macros
Macros for workflow-wasm
-
chuot-macros
Procedural macros for the Chuột game engine
-
toti
Expand macro N times for multiple generics
-
hax-lib-macros
Hax-specific proc-macros for Rust programs
-
a653rs_macros
Macros implementation for a653rs
-
nutt-web-macro
Procedural macro for nutt-web framework
-
crc-fast-gen
A proc-macro generating SIMD/table/loop CRC algorithms
-
fpr-cli-derives
that allows one to write cli tools quickly. (derive macros)
-
cell_derive
A derive macro for quickly implementing
get_or_init
andget_mut
functions for structs that containOnceCell
orOnceLock
structs -
fievar
Proc macrs to generate functions that return static slices of struct field names or enum variant names
-
from-attr-core
from-attr core type
-
quick-impl
procedural macro auto-generating common methods on enums and structs
-
xoev-xwasser-derive
"XOEV XWasser XML Standard"
-
plex
A syntax extension for writing lexers and parsers
-
veil-macros
Veil procedural macros
-
rsciter_macro
rsciter macros implementation
-
bevycheck
bevy error messages by proc-macro
-
env-smart
Proc macro to insert env vars into code
-
behavior
A macro checks like behavior in elixir
-
ra-ap-rustc_macros
Automatically published version of the package
rustc_macros
in the rust-lang/rust repository from commit f6cb952dc115fd1311b02b694933e31d8dc8b002 The publishing script for this crate lives at:… -
dfir_macro
Macro for using Hydro's Data Flow Intermediate Representation (DFIR)
-
acton-macro
Acton Macro provides procedural macros that simplify the creation of messages and agents in the Acton framework, enabling more concise and expressive code
-
rytm-rs-macro
A procedural macro for generating rytm-rs code
-
hpl-toolkit-attribute-account-schemas-ix-injector
HPL attribute macro for defining a compressed account schema
-
serde_default
Generate a Default impl using serde attributes
-
zang-macro
Rust language tokens translated to Uzbek
-
utility-macros-internals
utility-macros and utiliy-macros-derive common code
-
list-modules
A procedural macro for generating a list of string slices of the names of the modules inside a source code directory of a project
-
simple_cache_macros
caching tools
-
jintemplify_plugin_macro
jintemplify plugin proc-macro
-
bevy_derive_commands
A macro for creating bevy Commands methods
-
lib3d6
Potentially my personal utility library, for now a test
-
doc-search-dsl-macro
A procedural macro for implementing a document search domain-specific language
-
inline-rust
A stupid macro that compiles and executes Rust and spits the output directly into your Rust code
-
ron_asset_derive
a proc macro to help with asset dependencies
-
build-deps
Rust build-script dependencies generator for data/IDL files
-
cookiebox-macros
macro Implementation for cookiebox crate
-
string_enum
String based enum
-
iced_sessionlock_macros
Wayland extra shell lib
-
px-linkme
Safe cross-platform linker shenanigans
-
add-macro-impl-display
trait 'Display'
-
ra_ap_salsa-macros
Procedural macros for the salsa crate
-
oxide-macros
Main entrypoint macro for AVRoxide
-
brisk-egui
brisk declarative engine with egui
-
farmfe_macro_cache_item
Macro to create a farm cache item
-
predawn-macro-core
Core types and functions for macros in predawn
-
rust_source_bundler
bundle local Rust library source files into a single file
-
ifc_rs_verify_derive
A proc-macro crate for the ifc crate
-
struct_to_string
proc-macro library to convert struct definitions to a string representation. An example use case would be for API documentation, and you want to present the Rust struct's for the API response on a webpage.
-
ferrite_model_gen
ChatGPT CLI
-
maybe-async-cfg-tests
A tests for maybe-async-cfg
-
derive-attr-parser
Very simple parser for proc macro attributes
-
add-macro-impl-into
trait 'Into<T>'
-
ra-ap-rustc_index_macros
Automatically published version of the package
rustc_index_macros
in the rust-lang/rust repository from commit 98572840b6da350e5615a68586a766a0f9f1470a The publishing script for this crate lives at:… -
derive-collect-docs
Collect documentation from Rust structs using a
CollectDocs
derive macro -
proclet-utils
proclet
-
samotop-async-trait
Type erasure for async trait methods
-
power-protobuf-lib
lib for protobuf!
-
kira_framework_proc
KiraFramework proc macro
-
near-async-derive
contains derive macros for near-async
-
pgx-macros
Proc Macros for 'pgx'
-
youtube_chat_macro
proc_macro s for
youtube_chat
crate -
unpat
Unboxing the pattern with easy syntax
-
postgres-json-derive
Derive macro for implementing ToSql and FromSql for a struct
-
do-with-in-internal-macros
A template language for Rust metaprogramming using partial staging
-
aggregate_types
Aggregate attributes of structs for runtime
-
crate_interface
way to define an interface (trait) in a crate, but can implement or use it in any crate
-
antlion
Handy way to evaluate at compile-time any Rust expression
-
doctest-file
Procedural macro that sources doctests from dedicated files into Rustdoc documentation with support for hiding lines
-
valence_entity
Minecraft entities for Valence
-
efbuilder
A procedural macro for generating efficient builders
-
taitan-orm-macro
Next Generation ORM based on sqlx
-
cvars
Configuration variables - a simple and ergonomic way to store and edit configuration at runtime
-
ferment-macro
Macros for boilerplate
-
bitwise_boolean
macro to generate bitwise boolean getters and setters for a struct with u8 field storing up to 8 flags
-
replisdk-proc
Procedural macros crate for replisdk
-
jlrs-macros
contains the custom derives offered by jlrs
-
ntex-prost-derive
A Protocol Buffers implementation for the Rust Language
-
rust-analyzer-salsa-macros
Procedural macros for the salsa crate
-
rstml-to-string-macro
html to string macro powered by rstml
-
agb_midi
converting MIDI files for use with agb-tracker on the Game Boy Advance. You shouldn't use this package directly
-
foundationdb-macros
Macro definitions used to maintain the FoundationDB's crate
-
progenitor-macro
An OpenAPI client generator - macros
-
syscall_macro
macros for syscalls in x86_64
-
procmeta-core
proc-macro helper
-
microcad-builtin-proc-macro
µcad builtin proc-macro
-
dioxus-translate-macro
Libraries for internalization on Dioxus
-
mvutils-proc-macro
Procedural macros for MVUtils
-
jni-toolbox-macro
proc macro to automate making JNI extern functions
-
dynamic-plugin-macros
Macros for dynamic-plugin
-
pyderive-macros
Macros for pyderive crate
-
knyst_macro
Real time dynamic audio graph and synthesis library
-
vercel_runtime_macro
Vercel Rust Function Runtime Macro
-
enum_const_value
Providing const values for enums. Unit and enums with associated types are supported. Each variant gets a unique sequential value.
-
leptos-fluent-macros
Macros for leptos-fluent
-
blade-macros
Macros helpers for Blade users
-
cli-settings-derive
Manage CLI settings with configuration file(s) and command line parsing, using serde and clap
-
foxglove_derive
A derive macro for a Foxglove trait
-
ai-write
Macro inserting ChatGPT responses into rust code at compile-time
-
syn-dissect-closure
Analyze syn ExprClosure body
-
cob_sickle_macros
Macros for sickle_ui
-
templr_macros
Procedural macros for templr
-
native-proc
Procedural macro for parsing prost-build structs and generating local matching types
-
slang_struct
Macro that converts Slang style struct definitions into rust structs
-
enum_helpers
Adds functions like is_, as_, as_mut_ and into_ to enums
-
hippotat-macros
Asinine HTTP-over-IP, proc-macros
-
swc_ecma_transforms_macros
Macros for swc_ecma_transforms
-
hax-adt-into
adt_into
procedural macro, allowing for mirroring data types with small variations -
const_array_map_derive
Derive macros for const_array_map crate
-
synca
Write asynchronous code, and synca will create a synchronous version
-
scyllax-macros
Macros for scyllax
-
hydroperfox-smodel-proc
Semantic modeling for Rust: procedural macros
-
css-rs-macro
A macro for writing your CSS next to your views
-
wick-component-codegen
Code generator for wick components
-
proc-macro-rules-macros
Emulate macro-rules pattern matching in procedural macros
-
mixinx
mixin not only struct fields, but also impl funcs and traits
-
wasmdev_macro
wasmdev macro implementation
-
diesel_filter_query
Procedural macros for Diesel filter
-
deno-tower-lsp-macros
Fork of https://crates.io/crates/tower-lsp-macros, used in Deno
-
display_json
Procedural macros for implementing Display, Debug and FromStr for (de)serializing json strings
-
wa-serde-derive
serde_derive compiled to wasm
-
evcxr_ssg_macro
A macro for calling a function in wasm and passing serializable rust values to it
-
elm_to_view
A macro for parsing elm_markup to leptos view
-
cxx-auto
Automatically generate cxx bindings
-
mevy_ui
bevy_ui macro, that adds a CSS-like syntax!
-
qname-macro
Type for qualified names in XML - macro
-
maomi-dom-macro
Strict and Performant Web Application Programming
-
yew-component
macro to generate yew components from a single struct declaration
-
include-flate-codegen
Macro codegen for the include-flate crate
-
fusen-macro
RPC framework for service registration and discovery through API exposure, compatible with Dubbo3 protocol, intertunable with Java projects
-
turbo-crates
A set of useful crates (WIP)
-
ephemeral-rollups-sdk-attribute-commit-v2
ephemeral-rollups-sdk-attribute-commit
-
libasm
adds inline assembly to stable rust
-
syn_str
what syn is to proc_macro::TokenStream for proc_macro::TokenStream::to_string,quote! being format! with String::parse::<TokenStream>
-
hashed-type-def-procmacro
Proc-macro generator for a hash based type identifier: hash code is computed on the basis of type definition
-
nan-serve-event-subscriber
Tokio event subscriber for nanoservices
-
uniffi_macros
a multi-language bindings generator for rust (convenience macros)
-
hifmt-macros
Format output without Rust code segment in binary to reduce the ultimate binary size
-
shallow-debug
A basic Debug derive macro that can be used on any type
-
tiny-web-macro
macro library for automatically connecting a web engine to the web project
-
srcfiles
Extract source files for a Rust crate
-
liberty-macros
liberty
macros -
static_assert_generic
Static asserts involving const and type generics
-
oasgen-macro
Dependency of oasgen. Generates OpenAPI 3.0 spec based on Rust code. Works with actix-web, but architected to easily extend to other frameworks (or no framework).
-
wasmedge-bindgen-macro
Pass string, vec and primitive types from host to webassembly
-
autodefault
A proc macro that automatically inserts
..Default::default()
into your struct literals -
get_files_macro
macro that can resolve a directory's file names before compile-time
-
gn-redisadapter-derive
Derive component fro the matchmaking-state component in game-night
-
derive-box-dyn
Proc macro to convert struct to Box<dyn T>
-
cast_checks_macro
-
volmark
Debugging and other macros for my Hornvale project
-
frclib-structure-macros
A derive macro for implementing the FrcStruct trait on structs
-
faux_macros
Implementations for #[create], #[methods], when!
-
devise_codegen
devising derives and other procedural macros
-
roslibrust_codegen_macro
macro-based message generation for roslibrust
-
proc-macro2-fallback
Only the non-libproc_macro-based codepath of the proc-macro2 crate
-
esp32_test_macro
macro that adds to test result message to end of the test functions
-
tokio-actor
Macro based Asynchronous Actor System
-
atmosphere-macros
Macro crate of atmosphere
-
cosmic-macros-primitive
Some primitive macros needed to jump start cosmic-space
-
elfo-macros
Macros for matching and deriving messages
-
syn_builder
Builder functions for
syn
structures and enums to ease the generation of Rust code -
externcfn-attr
macro_rules for define correct extern 'C' functions with an normal syntax
-
arrow-udf-macros
Procedural macros for generating Arrow functions
-
optee-teec-macros
Procedural macros for TEE client API
-
struct_db_macro
A procedural macro for struct_db
-
colonbuilder
builder offers from_str method to build struct from colon separate string
-
syn-path
macro to declare a syn::Path at compile time
-
uniform-array-derive
A derive macro for turning uniform types into slices
-
js-sandbox-macros-ios
Procedural macros for js-sandbox
-
capacity_builder_macros
Macros for capacity_builder
-
wstd-macro
proc-macros for the wstd crate
-
extension-fn
No boilerplate code for extension function definitions
-
derive_bounded
Builtin-macros workalike but with a way to specify bounds
-
astmaker
Build Abstract Syntax Trees and tree-walking models quickly in Rust
-
comprehension
Iterator comprehension in Rust
-
witchcraft-server-macros
Macro definitions used by witchcraft-server
-
r3bl_macro
Internal support for a proc-macro library for reading attributes into structs when implementing custom derives. Used by workspace in https://crates.io/crates/r3bl_rs_utils.
-
irox-derive-helpers
Helper traits & functions for the proc_macro crate to aid in writing less complex derive macros
-
meilisearch-index-setting-macro
Helper tool to generate settings of a Meilisearch index
-
typewit_proc_macros
detail of typewit
-
sapling-rewrite-macros
Proc macros to rewrite code used by Sapling
-
pfetch-extractor
proc-macro to extract pfetch logos at compile time
-
macroquad_macro
Proc macro for macroquad
-
ecsact_rust_codegen
Ecsact rust code generator
-
makepad-derive-widget
Makepad widget derive macros
-
cw-orch-from-interface-derive
Macro for generating From implementation for cw-orch interfaces of copied types
-
wedpr_ffi_macros
WeDPR ffi shared macros
-
versionize_derive
Implements the Versionize derive proc macro
-
proc_strarray
Create const u8 array from str or byte str literal
-
rings-derive
Helper macros for rings node implementation
-
getters2
Generate getters, mutable getters, setters, and copy accessors for structs and enums
-
double_dot_macro_types
Misc types and functions required for the double_dot_macro ecosystem
-
gandiva_rust_udf_macro
A basic library for gandiva rust udf macro
-
derive-with
#[derive(With)]
generates with-constructor for each field in struct -
shipyard_proc
providing attribute macro to Shipyard
-
err-as-you-go
easy inline error types
-
sourcegen
contains a procedural macro to work together with "sourcegen-cli" crate
-
concat-strs-derive
Forked from Rebecca Turner <rbt@sent.as> 's "https://github.com/9999years/concat_strs". No more proc-macro-hack = "0.5", and updated to-date (20240916)
-
fsmentry-core
Finite State Machines with an entry API and data storage
-
trakt-macros
Procedural macros for the trakt-rs crate
-
enum-from-functions
A procedural macro that will create an enum with associated functions that each have a corresponding variant
-
lattices_macro
Procedural macros for the
lattices
crate -
saphir_macro
Macro generation for http server framework
-
libcnb-proc-macros
Procedural macros used within libcnb.rs
-
fbthrift_codegen_includer_proc_macro
Workaround for https://github.com/rust-lang/rfcs/issues/752
-
deno_error_macro
Macro for writing Deno errors
-
hyprland-macros
Macros used in hyprland-rs
-
test-shisho-gql-derive
Shisho Cloud Policy SDK
-
preprocess-macro
Preprocesses a struct with built-in preprocessors
-
syncify
macro for writing async functions once and getting both the async version and a sync version that strips all async function modifiers and all .await suffixes
-
dynamic_services_derive
A dynamic services injection framework implemented as macros
-
usdt-macro
Procedural macro for generating Rust macros for USDT probes
-
interactive-clap-derive
Interactive mode extension crate to Command Line Arguments Parser (https://crates.io/crates/clap) (derive macros helper crate)
-
random_struct_layout
The custom attributes to randomize struct members layout
-
ephemeral-rollups-sdk-attribute-ephemeral-v2
ephemeral-rollups-sdk-attribute-ephemeral
-
fauxgen-macros
macro support package for fauxgen
-
serde-clap-deserialize
Proc macro for setting serde/clap defaults
-
easy_proc_macro
Rust's last proc-macro crate
-
aya-ebpf-macros
Proc macros used by aya-ebpf
-
enum2map
A small macro to convert enums with associated data into a HashMap
-
safer_ffi-proc_macros
Procedural macro internals of
::safer_ffi
-
flowmacro
Definition of a 'flow' attribute macro to help write implementations
-
auto_curry
Procedural macro to automatically curry functions
-
test-log-macros
Supporting procedural macro crate for test-log
-
actuate-macros
Macros for Actuate
-
yew-router-nested-macro
Contains macros used with yew-router
-
jsony_macros
proc-macro crate for jsony
-
ctor-used-linker
__attribute__((constructor)) for Rust
-
match_type
Match on the type of an expression at compile time
-
titan-derive
internal package for titan
-
ffi_wrapper_nounwind
Automatically generate FFI wrappers that catch unwinding from FFI into Rust
-
composint-macro
Space efficient structs using otherwise useless bits
-
pen-ffi-macro
FFI macro library for Pen programming language
-
bfieldcodec_derive
Derive macro for BFieldCodec
-
creusot-contracts-dummy
Dummy proc macros for creusot-contracts
-
negative-proc_macros
Internal: proc-macro backend of ::negative
-
bevy_render_macros
Derive implementations for bevy_render
-
sw4rm-rs-generation
handle generation of rust models & apis from OpenAPI v2, v3, and v3.1 specs
-
esso
Jest style tests in RUST
-
ctjs
compile time javascript as a rust proc macro
-
despatma-visitor
Design Pattern Macro for visitor
-
restep
useful REST API endpoint generator
-
diesel-selectable-macro
A derivable
Serialize
macro that selects precise fields -
ollama-rs-macros
Procedural macros for ollama-rs
-
yew-struct-component-macro
Define Yew components using structs
-
diesel-crud-codegen
-
drylib-procs
Rust macro-library for Don't Repeating Yourself
-
i-slint-core-macros
Helper macro for i-slint-core
-
scopegraphs-macros
A well-documented port of scopegraphs to Rust
-
dogoap_macros
-
standard-dist
Derivable random distributions for types
-
pam-macros
Macros for the pam crate
-
crokey-proc_macros
proc macros for the crokey crate
-
azalea-protocol-macros
Macros internally used in azalea-protocol
-
cute_custom_default
Derive macro for
Default
trait with customization -
extism-pdk-derive
Helper package for the Extism Plug-in Development Kit (PDK) for Rust
-
fsmentry-macros
Finite State Machines with an entry API and data storage
-
simd-json-derive-int
procmacros for simd-json-derive
-
basic-text-literals
Basic Text string literal macro for basic-text
-
shumai-config-impl
A benchmark framework that empowers efficient and correct multi-thread benchmarks
-
jomy-ap-rustc_macros
Automatically published version of the package
rustc_macros
in the rust-lang/rust repository from version 1.83.0 The publishing script for this crate lives at: https://github.com/rust-analyzer/rustc-auto-publish -
o2o-macros
Macro definitions of 'o2o' crate
-
percpu_macros
Macros to define and access a per-CPU data structure
-
enum-filter
Filter to a specific enum variant from an iterator
-
rglw_orm_codegen
Rustyglware orm based on sqlx library
-
quickcheck_async
Runtime-agnostic attribute macros to use quickcheck with async tests
-
darling_macro
Internal support for a proc-macro library for reading attributes into structs when implementing custom derives. Use https://crates.io/crates/darling in your code.
-
dao-dao-macros
A package macros for deriving DAO module interfaces
-
tracers-codegen
Contains the compile-time code generation logic which powers the
probe
andtracers
macros.Do not use this crate directly; see "tracers" for more information
-
synsert
A primitive for writing structural search and replace programs for rust
-
xitca-codegen
proc macro for xitca
-
securefmt
Drop-in replacement for the Debug derive macro that hides fields marked as sensitive
-
perfect-derive
prototype of the proposed perfect_derive macro
-
ctor_bare_macros
Macros for registering constructor functions for Rust under no_std
-
netxbuilder
netx builder assembly
-
derive_base_message
A procedural macro for generating base message structures
-
kittycad-modeling-cmds-macros
Macros for defining KittyCAD modeling commands
-
attribute-derive-macro
Clap for proc macro attributes
-
proc_qq_codegen
QQ client framework
-
for_ch
to flatten nested for-loop
-
xmlserde_derives
macros that help xmlserde serde the xml files
-
flatfish
A macro to write Fully Qualified Syntax without nesting turbofishes
-
axum_thiserror
procedural macro for custom error handling in web applications, enabling the association of specific HTTP status codes with error types
-
hydroflow_datalog_core
Datalog implementation for Hydroflow
-
include-crypt-bytes-cipher
Rust macro to embed encrypted files in compiled binary
-
from_variant
Automatically derive From impls for enums
-
static_init_macro
Attribute macros for static_init crate
-
pascal_ident_to_string
A macro to convert an identifier to a string literal in pascal case
-
union_type
A proc macro to introduce union type into rust
-
route_match_macros
The route_match macro implementation
-
factrs-typetag-impl
detail of the typetag crate
-
witgen_macro_helper
Macros helpers for witgen which is a library to help you generate wit definitions in a wit file for WebAssembly
-
studs-macros-lib
Studs that provides macro implementations and utilities
-
depends_derives
Ergonomic, performant, incremental computation between arbitrary types
-
swipl-macros
Macro crate for swipl-rs
-
iroha-internal
Internal functions, struct for Iroha
-
symbols-models
Proc-macro utility to populate enums from database data (shared traits)
-
flololoat
Mass Convert to floats
-
error_spanned
Generates wrapper structs and macros around an enum implementing std::error::Error. Generated macros can be used to add line, file and span info to the enum's error. This is meant to be used inside proc macro libs.
-
ace_it
Macro to automate wrapping types into enums
-
staged-builder
A proc macro which generates staged builders for types
-
warnings-macro
A macro for defining warnings
-
devault
A more flexible alternative to deriving Default
-
beady
A macro for writing tests in a Behaviour Driven (BD) style
-
primitive_enum
Little utility for dealing with enums no extra data in variants
-
cl-format-macros
Proc macro for cl-format
-
proc-macro-error-attr2
Attribute macro for the proc-macro-error2 crate
-
impl-for
Macros to impl for multiple types
-
ijzer_macro
Macro for using IJzer in a rust project
-
literal-enum
Convert an [
enum
] to a [literal
], and try to convert it back -
cgp-component-macro
Context-generic programming core component macros
-
json_proc_macro
proc macro for parsing JSON-like syntax
-
error-window
proc macro that will make your main function output errors as dialog boxes as well as errors to the console
-
sauron-macro
An html library for building client side webapps
-
wasm-bindgen-test-macro
Internal testing macro for wasm-bindgen
-
ai_function
Procedural Macro for creating text from a function to use in Large language Models
-
stak-macro
Macros to integrate Stak Scheme
-
duktape-macros
duktape bindings macros
-
match-by-hash
Match statement, but for any value and with a hash function
-
reflexive
Handy way to evaluate at compile-time any Rust expression
-
proto-json
convert to and from protobuf -> json easily
-
mpst-seq-proc
macro for mpstthree
-
futures-join-macro-preview
Definition of the
join!
macro and thetry_join!
macro -
mattro
A macro attribute parser
-
rust-typed
Get the types of a struct
-
to_and_fro
Proc macro for generating implimentations of Display and FromStr for Enum Variants
-
binf_macros
that adds utilities for dealing with binary flags
-
buns
Create simple code templates - basically macro_rules lite
-
parse_api
parse api
-
srcpos
Structure of the location in the source code
-
wasm-bindgen-struct
Macro to make declaring
wasm-bindgen
imports much easier -
masala
Automatic curry. Yum!
-
rustui_merge_macro
Macros for tailwind-fuse
-
counting-macros
Stateful numeric incrementing macros
-
serde_syn
Use serde to parse Rust source code
-
onlytypes
creating types that can only be created by a certain function
-
sea-orm-rocket-codegen
Procedural macros for sea_orm_rocket
-
edgedb-query-derive
that provide a bunch of attribute macros that help to build EdgeDB query using edgedb-tokio crate
-
fixed-size
Attribute macro to replace variable length types with fixed length types in struct definitions. Useful for overriding String when using prost.
-
stronghold-derive
Proc macros and derives for Stronghold
-
discriminant_hash_eq
DiscriminantHashEq macro is designed to derive implementations of the Hash, PartialEq, and Eq traits for enum types. These implementations are based solely on the enum's variant discriminants…
-
rocket_sync_db_pools_codegen
Procedural macros for rocket_sync_db_pools
-
mini-internal
Derive macros for miniserde. Use the re-exports from the miniserde crate instead.
-
r-lombok-macros
r-lombok is a rust macros that automatically plugs into your editor and build tools
-
savvy-macro
Generate R-ready Rust functions by adding
#[savvy]
macro -
litcrypt2
Let's encrypt your string statically during compile time
-
mock_derive
An easy to setup, rich mocking library for the Rust programming language
-
thruster-socketio-proc
The proc macros behind the thruster web framework
-
async_trait_proto
Async traits using nightly features
-
documented-macros
Derive and attribute macros for
documented
-
wasm-typescript-definition
serde support for exporting Typescript definitions using wasm-bindgen
-
irrefutable
Procedural macro to convert a refutable let expression to an irrefutable
-
macros-core
lightweight, and highly configurable library for quickly parsing macro input into custom objects
-
fast_tuple
procedural macro library that provides an easy way to construct and annotate tuples
-
rdxl_static
Static Site Generation Utilities for RDXL
-
dbn-macros
Proc macros for dbn crate
-
swc_config_macro
Macros to prevent mistakes
-
unrest_tmp_syn
don't use
-
nougat-proc_macros
Internal: proc-macro backend of ::nougat
-
clickrs
Simplified CLIs for Rust via procedural macros (Python's click, for Rust)
-
aranya-crypto-derive
Proc macros for aranya-crypto
-
box_shorthand
Rust derive macro to create shorthand functions for initializing boxed enum variant values
-
stringify-ident-proc-macro
Replacement for the stringify! macro for use in const functions
-
yaah
AOC Helper
-
axum-starter-macro
A help crate for simplify the code of starting axum server
-
specit
Spec "it" for Rust testing
-
proc-macro2-impersonated
A substitute implementation of the compiler’s
proc_macro
API -
static-map-macro
Macro to create a stack-alocated map
-
ralik
ALIKe language
-
bevy-butler-proc-macro
Procedural macro definitions for bevy-butler
-
enutil_macros
General Enum Utility Macros
-
rcss-core
RCSS - (core) contain parser functionality
-
arma-rs-proc
proc macros for arma-rs
-
bind_it
A macro that allows impl traits in let/static/const bindings until they actually stabilized
-
toursql
a derive macro for gluesql
-
py_fstr
A macro for making Python like fstrings
-
vhdl_lang_macros
VHDL Language Frontend - Macros
-
smarty-rust-proc-macro
The official client macro for creating Smarty APIs for Rust
-
tokio-postgres-macros
work with the
tokio-postgres
crate -
bevy_fn_plugin
Create Bevy plugins from functions
-
variadics_macro
Procedural macros for the
variadics
crate -
rust_hls_macro_lib
Helper functions for rust_hls and rust_hls_macro
-
azucar-macro
syntax sugar
-
samevariant
Derive enum of same-variant pairs
-
derive-enum-all-values
A procedural derive macro which exposes a method named
all_values
that returns all defined values as a compile-time static -
code_gene_macro
code generation macros
-
bevy_trait
Macros for creating Traits in Bevy
-
ector-macros
Ector is an open source async, no-alloc actor framework for embedded devices
-
macroscope-utils
detail of the macroscope library
-
gotcha_macro
gotcha web framework macro
-
errorset
ErrorSet library
-
struct_ext
A set of useful derive macros for structs
-
count-tys
Function-like procedural macro that accepts a comma-delimited :ty TokenTree sequence and returns their count as a constant usize
-
smelter
Custom derive attribute that automatically derives builder methods
-
add-macro-impl-from
trait 'From<T>'
-
from_tuple
Derive structs from tuples
-
despatma-abstract-factory
Design Pattern Macro for abstract factory
-
fmt-derive-proc
A more robust and versatile derive macro for Debug and Display
-
azalea-block-macros
Proc macros used by azalea-block
-
sha1-macros
Macros for computing SHA1 hashes at compile-time
-
colorthis
Meta macros that aid macro authors to create colors from a generalized syntax
-
display_enum
Implement Display For the Enumeration
-
rubedo-macros
Proc macros for Rubedo
-
swift-bridge-macro
Powers swift-bridge module code generation
-
cercis-rsx
rsx macro for cercis
-
irzha
Write Rust programs using Ukrainian language
-
ezjsonrpc
JSONRPC 2.0 server/client with proc_macro helpers
-
unrust-proc-macro
The unrust proc macro crate
-
vararg
macro for creating variadic functions
-
decent-synquote-alternative
alternative to the syn and quote crates for when you want to write your own derive proc-macro. It was originally based on the microserde code, but has grown a lot since then. It is not as complete…
-
devela_macros
procedural macros for devela
-
azalea-inventory-macros
Internal macros for azalea-inventory
-
default_variant
A proc-macro for specifying the variants or values to be used when deriving
Default
in enums -
protobuf-convert
Macros for convenient serialization of Rust data structures into/from Protocol Buffers
-
serialize_derive
derive for #[derive(Serialize)] and #[derive(Deserialize)]
-
turingarena-iospec
specify I/O format and automate validation, parser generation, and more. Part of TuringArena: tools to create programming challenges.
-
type_utils
Generate types based on existing types
-
cdrs-tokio-helpers-derive
Derive CDRS helper traits
-
syn-codegen
Syntax tree describing Syn's syntax tree
-
xparse-macros
A parser combinator that is fully statically dispatched and supports both sync & async parsing
-
maomi-macro
Strict and Performant Web Application Programming
-
repr_c_pub_struct
extracting
#[repr(C)] pub struct
ures -
multiplatform_test
attribute macro to combine
#[test]
and#[wasm_bindgen_test]
-
usdt-attr-macro
Procedural macro for generating Rust macros for USDT probes
-
wood_derive
autoderive for wood serialization
-
tfhe-versionable-derive
set of proc macro for easier implementation of the tfhe-versionable traits
-
starbase_macros
Macros for the starbase framework
-
steam-vent-proto-build
Build steam-vent compatible protobuf bindings
-
syner
A procedural macro to generate a parser for attributes from a struct
-
my-ast
AST definition like general programming languages and S-expression macros
-
spaik-proc-macros
Procedural macros for SPAIK
-
xflags-macros
Private implementation details of xflags
-
implicit-trait
Add methods to foreign types with implicitly defined traits
-
hifumi-macros
A serialization library for migrating data between different versions
-
relib_export
relib is a framework for reloadable dynamic libraries
-
wars-macro
Wasm to Rust converter
-
inline-python-macros
Macros for the inline-python crate
-
utoipauto-macro
Rust Macros to automate the addition of Paths/Schemas to Utoipa crate, simulating Reflection during the compilation phase
-
err-derive
Derive macro for
std::error::Error
-
pyo3_special_method_derive_macro
Automatically derive Python dunder methods for your Rust code
-
r2r_macros
Minimal ros2 bindings
-
ffi_rpc_macro
Proc macros for ffi_rpc
-
async_auto_traits
Assert and mask auto traits in
async fn
return types -
ssttt
More Syn Syntax Tree Traversal Trait
-
makepad-derive-wasm-bridge
Makepad wasm bridge derive macros
-
thag_proc_macros
proc macros for the thag_rs crate. Copied from crokey crate under MIT licence
-
dfir_datalog_core
Datalog implementation for DFIR
-
ferris-extensions
Extension macros for Rust
-
teloxide_tests_macros
Proc macros for teloxide_tests
-
oxidate
Turns strings into a Rust AST
-
castle_schema_parser
Castle Schema Parser
-
impl-from-into-similar
Implement Into to any struct to convert between structs sharing similar fields. Uses serde_json.
-
byte-strings-proc_macros
Internal: proc-macro backend of ::byte_strings
-
permafrost
Write. Macros. Everywhere.
-
token_stream2
A better TokenStream for procedural macros
-
memoizee-macro
A proc macro for simplifying usage of memoizee
-
hsr-codegen
Build fast HTTP APIs fast, with Rust + OpenAPI
-
suitest_macros
suitest macros
-
der-oid-macro
Macro to encode DER oids at compile time
-
simpl_actor_macros
tokio actors macros
-
quickstart-lib-rust
Just for testing
-
kvapi-macros-internals
Under-the-hood TokenStream parsing for the
kvapi
crate -
bevy_asset_macros
Derive implementations for bevy_asset
-
c3-lang-parser
C3 Lang
-
native_api_1c_core
Core library for Native API 1C
-
ident_case_conversions
converting between cases in idents, primarily meant for proc macro usage
-
field_names
A proc-macro for exposing a struct's field names at runtime
-
tailwag_macro_exports
A collection of macros to support the tailwag crate
-
rglw_codegen
Root project for all the utilities that rustyglware offers to the community
-
fn-fixture-lib
Internal library for fn-fixture
-
hipcheck-macros
Helper macros for the
hipcheck
crate -
lfml-macros
template engine html, as well as the Spread derive macro
-
prost-serde-derive
Derive macro for serializing/deserializing structs generated by Prost with Serde
-
dyn_safe-proc_macros
::dyn_safe
’s internal crate -
netsblox-extension-macro
Macros used by netsblox-extension-util
-
serde_inner_serialize_core
A package of proc macros to assist in serializing nested structures flatly via serde
-
acton_test_macro
Testing utilities for Acton agents, providing tools to help in the testing and validation of agent behavior
-
field_macro
pmc get_name macro
-
rocket_codegen
Procedural macros for the Rocket web framework
-
gll-macros
Macros used with the gll crate
-
askama-enum
Implement different askama templates for different enum variants
-
cushy-macros
Macros for the Cushy GUI framework
-
off-side
syntax (indent instead of braces, like in Python) to write Rust!
-
const-serialize-macro
A macro to derive const serialize
-
obfustring
Procedural macro that obfuscates string literals with RNG at compile time
-
fieldset_macro
fieldset macro crate
-
i-build
bui
-
dioxus-core-macro
Core macro for Dioxus Virtual DOM
-
accessors-rs
Derive macro generating an impl for accessing the fields of a struct
-
struct-split-macro
Helper for struct-split crate
-
lightning-macros
Proc macros used by LDK
-
conservator_macro
conservator macro
-
dioxus-config-macro
Configuration macros for Dioxus
-
tracel-xtask-macros
Macros for tracel-xtask crate
-
clip_derive
helpers to derive clip_core traits
-
forky_web_macros
Rust Utilities
-
aranya-policy-ifgen-macro
Proc macros for aranya-policy-ifgen
-
bend
Bend types (Forwarder macro to easily forward errors (auto-implements From trait for error type))
-
match_bytes
A language extension for matching byte patterns in slices of bytes
-
file_env_const
macros for loading data from files or environment variables at compile time
-
parcelona_macros_derive
parcelona internal macro crate
-
objr_procmacro
procmacro crate for objr
-
hidmystr
Hide string at compile time and treat variable value as original at runtime
-
fieldx_derive_support
Derive proc macros for fieldx_derive crate
-
nginx_derive
Helper crate for nginx-rust
-
rempl-macros
creating html components directly in your source
-
test-r-macro
Test framework for Rust (macros)
-
nonparallelex
Rust macro for ensuring non-parallel execution of functions, extended Fork of
nonparallel
-
derive_struct_fields_macro
way to work with struct fields programmatically
-
enum_data_proc
a proc-macro,Add bit operations and arithmetic operations to enum
-
proc-macro-crate-name-test
testing to see whether CARGO_PKG_NAME is populated correctly when proc macro crate is re-exported
-
lexgen
A fully-featured lexer generator implemented as a proc macro
-
einvoice_deps_yaserde_derive
Serialization and deserialization macros
-
konst_proc_macros
detail of the
konst
crate -
lexa-syn
Utilitaires pour la crate syn (proc-macro)
-
workflow-rpc-macros
Macros for the workflow-rpc crate
-
arbitrary-model-tests
А procedural macro to be used for testing/fuzzing stateful models against a semantically equivalent but obviously correct implementation
-
hoax
procedural macro crate that "hides" any string literal in a plain sight
-
serde-struct-tuple-proc-macro
Procedural macro for deserializing a struct from a tuple of its fields
-
test-ignore-if-utils
Build utils for the
test-ignore-if
crate -
versuch
Procedural macro polyfill for Ok-wrapping functions
-
extest
Extra utilities for your tests
-
mendes-macros
Macros for mendes web toolkit
-
async-blocking-bridger
A way to write a blocking client and async client without repeating yourself
-
proc-macro-error-attr
Attribute macro for proc-macro-error crate
-
arg_ripper
A proc macro for pulling local variables out of functions as arguments
-
sea-strum
macros for working with enums and strings
-
rustc-ap-rustc_macros
Automatically published version of the package
rustc_macros
in the rust-lang/rust repository from commit 9a27044f42ace9eb652781b53f598e25d4e7e918 The publishing script for this crate lives at: https://github… -
skynet_macro
Macros for Skynet
-
wrapping_proc_macro
A proc macro for cleaner wrapping arithmetic
-
def-mod
Simplifies module implementation routing and statically verifies exports
-
nb-field-names
generate class methods of returning field names of structs
-
rscx-macros
proc macros for the rscx crate
-
dygma_focus_proc_macros
Dygma Focus API, proc macros
-
macro_rules_attribute-proc_macro
Use declarative macros as proc_macro attributes or derives
-
nacos-macro
Nacos's proc macros
-
macro_state
A set of macros allowing storing and loading global state at compile-time within proc macros
-
easy-pin
Using Pin made easy
-
biscuit-quote
macros for compile time datalog parsing for Biscuit authorization tokens
-
fixed_width_derive
Derive trait for use with the fixed_width crate
-
make_fields
Tiny derive macro to work with fields inspired by lens's makeFields
-
enum2str
derive macro that creates a Display impl for enums. This is useful for strongly typing composable sets of strings
-
defile-proc_macros
See https://docs.rs/defile
-
adtest
better test generation
-
winrt_gen
Code generation for the winrt crate
-
derive_builder_core_fork_arti
Internal helper library for the derive_builder crate
-
logwise_proc
procmacro crate for logwise
-
leptos-struct-component-macro
Define Leptos components using structs
-
pi_async_macro
A async file macros tools
-
test-context-macros
Macro crate for test-context
-
pdl-compiler
Parser and serializer generator for protocol binary packets
-
rutin_proc
proc-macro for rutin
-
laps_macros
Macros for crate
laps
-
rwf-macros
Macros for the Rust Web Framework
-
quote2-macros
An alternative lightweight version of quote
-
recorder
Generate data-only structs with utilities easily
-
serde_derive_state
Macros 1.1 implementation of #[derive(Serialize, Deserialize)]
-
livre-derive
The derive macro for Livre, a type-safe PDF parser
-
sing_util
Internal functions and types for sing_rs
-
lending-iterator-proc_macros
Internal: proc-macro backend of ::lending_iterator
-
factoryizer
Add factory/builder patterns automatically
-
maud_macros
Compile-time HTML templates
-
docify_macros
Support macros for docify
-
quote-doctest
doctest generator for quote
-
optional-default
Helper macro to allow specifying default values for only some of a struct's fields
-
odata_client_codegen
Strongly-typed OData client code generation
-
yuuka-macros
A helper library to generate complex and nested structures by a simple macro
-
oxi-macros
Proc macros for nvim-oxi
-
ty-tag-macros
Proc macros for ty-tag
-
err-gen
Error-generation macro for hierarchical actor design
-
nys
A declarative parer generator library
-
bevy_gizmos_macros
Derive implementations for bevy_gizmos
-
decay_type
Macro for decaying Rust types to their simplest value type form
-
test-span-macro
macro to do snapshot tests on tracing spans, usint test-span
-
aws-macros
Helper functions and types for AWS operations
-
typetrait
Helper macro to generate types for typestate programming
-
chassis-proc-macros
Procedural Macros for chassis crate
-
celestia-grpc-macros
Helper crate for grpc_method macro for creating gRPC client, used by celestia-grpc
-
anchor-syn-fix
Anchor syntax parsing and code generation tools
-
from-attr-macro
Macros for from-attr
-
quote-use-macros
Support
use
in procmacros hygienically -
to_table
for DomCom, add sort by field to struct
-
telety-macro
Proc macros for telety. Not intended for public use.
-
derive_display_from_debug
A trivial Rust macro to derive the Display trait for any type with the Debug trait
-
syn-unnamed-struct
Extends syn expressions and meta structs with unnamed structs and meta lists
-
awsl-syn
AWSL parser for rust macro
-
enum-str-derive
serialize/deserialize enums into/from a string
-
more-syn-types
parsing Rust Standard Library macros
-
bevy_ecs_markers_macros
Proc Macros for Bevy ECS Markers
-
unquote
A reverse quote macro... that is: A macro to parse input from a ParseStream according to a given pattern.
-
sqlparser_derive
Procedural (proc) macros for sqlparser
-
proc-debug-macro
Dump proc-macro output for efficient debugging
-
mock-syn
Mock / wrap syn structs and enums overiding specific fields
-
count-macro
macro to perform compile time counting
-
s2p
helper create to convert list of struct to polars dataframe
-
bevy_state_macros
Macros for bevy_state
-
comptime
Compile-time code execution (i.e. lightweight proc-macro)
-
cynic-parser-deser-macros
Macros for cynic-parser-deser
-
socket_addr_macros
Check and parse SocketAddr at compile-time
-
macroific_macro
Proc macros for the macroific crate
-
hooks-macro-core
Compile-time, async hooks
-
cxx-async-macro
The macro for simple interoperability between C++ coroutines and asynchronous Rust
-
snafu-cli-debug
Derive a debug implementation on snafu errors that prints pretty CLI output
-
embedded-test-macros
proc-macros for the embedded-test crate
-
syn_util
helper APIs for procedural macros
-
serde_tuple_macros
Internal proc-macro crate for serde_tuple
-
serde-versions-derive
An attribute macro for adding a version byte when serializing a struct via Serde. Also allows deseraializing while removing version byte.
-
cercis-component
component macro for cercis
-
cgp-async-macro
Context-generic programming async macros
-
partial-enum
proc-macro generating partially inhabited enums
-
forr
a compile time for loop for code generation
-
moisture
Rust-based parsing library intended for use with procedural macros!
-
aranya-policy-derive
Proc macros for generating Aranya Policy Langauge FFIs
-
sin
Sin aims to be an alternative to the proc-macro2/syn ecosystem geared towards developer UX and custom syntax parsing
-
swc_ecma_quote_macros
Quasi quotation system for ecmascript
-
pareg_proc
contains proc macros for the pareg library
-
trait_info_gen
Procedural macros for obtaining Trait information at compile time
-
untwine_macros
Declarative parsing with a BNF-like syntax - proc macro
-
arcon_codegen
Code generation for Arcon
-
proc_macro_helper
Procedural macros helper
-
mevy_core
core bevy macros for mevy!
-
nullable_struct
A derive macro that makes it easy to create nullable versions of structs
-
rimpiazza
A compile time procedural macro to replace keywords in a string
-
swc_plugin_macro
Macro support for authoring plugin's transform fn
-
syn-graphs
graph description language parsers using syn
-
jomy-ap-rustc_type_ir_macros
Automatically published version of the package
rustc_type_ir_macros
in the rust-lang/rust repository from version 1.83.0 The publishing script for this crate lives at: https://github… -
serde-enum
Automaticly generates string serde implementation for enums
-
autoerror
Automatically generate error handling traits
-
fixtures
Run tests against fixtures