ptah 0.2.0

Rust implementation of Ptah, Poplar's message-passing format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.ptah_derive]
optional = true
version = "0.1.0"

[features]
alloc = []
default = ["alloc", "derive"]
derive = ["ptah_derive"]

[package]
authors = ["Isaac Woods"]
description = "Rust implementation of Ptah, Poplar's message-passing format"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "ptah"
version = "0.2.0"