box-macro

Crates.iobox-macro
lib.rsbox-macro
version0.2.0
sourcesrc
created_at2021-06-30 23:03:13.138824
updated_at2021-06-30 23:15:25.233161
descriptionLiterally just the macro `box_!` which is `Box::new`
homepage
repositoryhttps://github.com/djmcgill/box-macro
max_upload_size
id417150
size3,429
David McGillicuddy (djmcgill)

documentation

README

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);
Commit count: 4

cargo fmt