gear-stack-buffer 2.0.0-pre.1

Gear stack buffer implementation
Documentation
[package]
name = "gear-stack-buffer"
version.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
description = "Gear stack buffer implementation"
documentation = "https://docs.rs/gear-stack-buffer"
homepage.workspace = true
repository.workspace = true
license.workspace = true
keywords = ["gear", "stack", "buffer", "alloca", "no-std"]
categories = ["memory-management", "no-std"]

[build-dependencies]
cc = { workspace = true, optional = true }

[features]
compile-alloca = ["cc"]
stack-clash-protection = []

[dependencies]
gear-workspace-hack.workspace = true