Crates.io | box-macro |
lib.rs | box-macro |
version | 0.2.0 |
source | src |
created_at | 2021-06-30 23:03:13.138824 |
updated_at | 2021-06-30 23:15:25.233161 |
description | Literally just the macro `box_!` which is `Box::new` |
homepage | |
repository | https://github.com/djmcgill/box-macro |
max_upload_size | |
id | 417150 |
size | 3,429 |
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);