#box #macro #literally #choose #syntax #own

box-macro

Literally just the macro box_! which is Box::new

2 unstable releases

0.2.0 Jun 30, 2021
0.1.0 Jun 30, 2021

#2478 in Rust patterns

27 downloads per month

Custom license

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);

No runtime deps