gear-stack-buffer 1.7.0

Gear stack buffer implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "gear-stack-buffer"
description = "Gear stack buffer implementation"
documentation = "https://docs.rs/gear-stack-buffer"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true

[build-dependencies]
cc = { version = "1.0", optional = true }

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