fat_type 0.3.0

A type which permits thin references to arrays and dynamic types.
Documentation
[badges.maintenance]
status = "experimental"

[package]
authors = ["Nathan Sharp <nwsharp@live.com>"]
categories = ["development-tools::ffi", "no-std", "rust-patterns"]
description = "A type which permits thin references to arrays and dynamic types."
edition = "2021"
keywords = ["dyn", "fat", "pointer", "ptr_metadata", "thin"]
license = "Apache-2.0 OR MIT"
name = "fat_type"
readme = "README.md"
repository = "https://gitlab.com/nwsharp/fat_type"
version = "0.3.0"
[profile.bench]
codegen-units = 1
lto = "fat"

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