Registry / utility / genco
library0.19.0rscratesunverified

A whitespace-aware quasiquoter for beautiful code generation in Rust.

# Cargo.toml [dependencies] genco = "0.19.0"
INSTALL
IMPORT
SIG · GENCO
G
genco
utilityrustv0.19.0
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.

quote
✓ use genco::quote;

Generates Rust code using quasiquoting.

use genco::quote; fn main() { let code = quote! { fn hello() { println!("Hello, world!"); } }; println!("{}", code); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.19.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
20
Amazon
1
OpenAI (training)
1
Resources
genco — cargo add genco · libregistry