Registry / utility / eager
library0.1.0rscratesunverified

A crate for eager macro expansion in Rust.

# Cargo.toml [dependencies] eager = "0.1.0"
INSTALL
IMPORT
SIG · EAGER
E
eager
utilityrustv0.1.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.

eager
use eager::eager;

Demonstrates eager macro expansion.

use eager::eager; fn main() { let result = eager!(1 + 2); println!("{}", result); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
eager — cargo add eager · libregistry