Registry / utility / codeviz-macros

codeviz-macros

JSON →
library0.2.2rscratesunverified

Flexible code generator for Rust using procedural macros.

# Cargo.toml [dependencies] codeviz_macros = "0.2.2"
INSTALL
IMPORT
SIG · CODEVIZ-MACROS
C
codeviz-macros
utilityrustv0.2.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

generate_code
use codeviz_macros::generate_code;

Generates Rust code at compile time using the `generate_code!` macro.

use codeviz_macros::generate_code; generate_code!( pub fn hello() -> &'static str { "Hello, world!" } ); fn main() { println!("{}", hello()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
OpenAI (training)
1
Resources
codeviz-macros — cargo add codeviz-macros · libregistry