fat_type 0.3.0

A type which permits thin references to arrays and dynamic types.
Documentation
#
# Copyright (C) 2022 Nathan Sharp.
#
# This file is available under either the terms of the Apache License, Version
# 2.0 or the MIT License, at your discretion.
#

[package]
name = "fat_type"
version = "0.3.0"
edition = "2021"

authors = ["Nathan Sharp <nwsharp@live.com>"]
license = "Apache-2.0 OR MIT"
readme = "README.md"
repository = "https://gitlab.com/nwsharp/fat_type"

description = "A type which permits thin references to arrays and dynamic types."
keywords = [ "dyn", "fat", "pointer", "ptr_metadata", "thin" ]
categories = [ "development-tools::ffi", "no-std", "rust-patterns" ]

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

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

[badges]
maintenance = { status = "experimental" }