2 unstable releases
0.2.0 | Jun 30, 2021 |
---|---|
0.1.0 | Jun 30, 2021 |
#14 in #choose
3KB
Box
Choose your own syntax!
Usage
// all the same as `let x = Box::new(y);`
let x = box_!(y);
let x = b0x!(y);
let x = bx!(y);
let x = b!(y);
0.2.0 | Jun 30, 2021 |
---|---|
0.1.0 | Jun 30, 2021 |
#14 in #choose
3KB
Choose your own syntax!
// all the same as `let x = Box::new(y);`
let x = box_!(y);
let x = b0x!(y);
let x = bx!(y);
let x = b!(y);