vtx-format 0.1.6

Binary format specification for VTX plugin system
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "vtx-format"
version = "0.1.6"
edition = "2021"
description = "Binary format specification for VTX plugin system"
license = "MIT"
repository = "https://github.com/Vtxdeo/vtx-format"
keywords = ["wasm", "plugin", "format"]
categories = ["encoding"]

readme = "README.md"

[dependencies]
thiserror = "1"