stack-any 0.1.1

A library that provides a type that owns same size type on the stack for type erasure.
Documentation
[[bench]]
harness = false
name = "benchmark"
[dev-dependencies.criterion]
version = "0.5"

[features]
default = ["std"]
std = []

[package]
authors = ["GossiperLoturot"]
categories = ["memory-management", "data-structures", "no-std"]
description = "A library that provides a type that owns same size type on the stack for type erasure."
edition = "2021"
keywords = ["stack", "any", "type-erasure", "no_std"]
license = "MIT"
name = "stack-any"
readme = "README.md"
repository = "https://github.com/GossiperLoturot/stack-any"
version = "0.1.1"