[go: up one dir, main page]

pin-api 0.2.1

Experiment with Pin API.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "pin-api"
description = "Experiment with Pin API."
license = "MIT OR Apache-2.0"
version = "0.2.1"
authors = ["boats <boats@mozilla.com>"]
repository = "https://github.com/withoutboats/pin-api"

[dependencies]

[features]
default = ["std", "nightly"]
nightly = []
std = []