wai-bindgen-gen-core 0.2.3

Core abstractions for wai-bindgen
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "wai-bindgen-gen-core"
description = "Core abstractions for wai-bindgen"
authors.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true
rust-version.workspace = true
version.workspace = true

[lib]
doctest = false

[dependencies]
wai-parser = { path = "../parser", version = "0.2.3" }
anyhow = "1"