dzero-abi 0.0.1

Stub crate placeholder for dzero-abi; real implementation forthcoming.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "dzero-abi"
version = "0.0.1"
edition = "2021"
authors = ["Michael Kuykendall <you@example.com>"]
description = "Stub crate placeholder for dzero-abi; real implementation forthcoming."
license = "MIT OR Apache-2.0"
repository = "https://github.com/Michael-A-Kuykendall/dzero-abi"

[lib]
path = "src/lib.rs"

[dependencies]