second-stack 0.3.1

A fast slice allocator for short-lived allocations.
Documentation
[package]
name = "second-stack"
version = "0.3.1"
authors = ["Zac <that3percent@gmail.com>"]
edition = "2021"
description = "A fast slice allocator for short-lived allocations."
homepage = "https://github.com/That3Percent/second-stack"
docs = "https://docs.rs/second-stack/0.2.1/second_stack/"
repository = "https://github.com/That3Percent/second-stack"
readme = "README.md"
keywords = ["slice", "stack", "memory-management"]
categories = ["memory-management"]
license = "MIT"

[badges]
maintenance = { status = "actively-developed" }


[features]

[dev-dependencies]
rand = "0.8.5"