stackaroo 1.2.0

Swap out of the OS-provided stack
Documentation
[workspace]
resolver = "2"
members = ["stackaroo-ffi"]
default-members = [".", "stackaroo-ffi"]

[package]
name = "stackaroo"
version = "1.2.0"
edition = "2021"
description = "Swap out of the OS-provided stack"
license-file = "LICENSE"
readme = "README.md"
repository = "https://github.com/Palkovsky/stackaroo"
keywords = ["macros", "utilities", "stack", "unsafe"]
authors = ["Dawid Macek <me@dawidmacek.com>"]

[profile.release]
lto = true

[features]
default = ["std", "tls"]
std = ["alloc"]
tls = ["std"]
alloc = []

[dependencies]

[dev-dependencies]
libc = "0.2.177"