box-macro 0.2.0

Literally just the macro `box_!` which is `Box::new`
Documentation
1
2
3
4
5
6
7
8
9
10
[dependencies]

[package]
authors = ["David McGillicuddy <contact@djmcgill.co.uk>"]
description = "Literally just the macro `box_!` which is `Box::new`"
edition = "2018"
license-file = "LICENSE.md"
name = "box-macro"
repository = "https://github.com/djmcgill/box-macro"
version = "0.2.0"