gear-stack-buffer 1.0.2-gtest-dev

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

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

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