thinbox 0.1.1

Box alternative that is pointer-sized in all cases.
Documentation
[badges.maintenance]
status = "experimental"

[package]
authors = ["Nathan Sharp <nwsharp@live.com>"]
categories = ["development-tools::ffi", "memory-management"]
description = "Box alternative that is pointer-sized in all cases."
edition = "2018"
keywords = ["box", "ffi", "thin"]
license = "MPL-2.0-no-copyleft-exception"
name = "thinbox"
readme = "README.md"
repository = "https://gitlab.com/nwsharp/thinbox"
version = "0.1.1"
[profile.bench]
codegen-units = 1
lto = "fat"

[profile.release]
codegen-units = 1
lto = "fat"