psm 0.1.24

Portable Stack Manipulation: stack manipulation and introspection routines
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "psm"
version = "0.1.24"
authors = ["Simonas Kazlauskas <psm@kazlauskas.me>"]
build = "build.rs"
description = "Portable Stack Manipulation: stack manipulation and introspection routines"
keywords = ["stack", "no_std"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/stacker/"
documentation = "https://docs.rs/psm/0.1.24"
readme = "README.mkd"

[dependencies]

[build-dependencies]
cc = "1.1.22"