xwt-error 0.3.1

A suite of reusable error types that naturally emerge from the xwt API. Use when you don't want/need your own more precise types.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "xwt-core"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dea77973b0e1bfb0846fa09e214b0b66ed89385e5478d53499556dbb4d99c82"

[[package]]
name = "xwt-error"
version = "0.3.1"
dependencies = [
 "xwt-core",
]