xwt-error 0.9.0

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 = 4

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

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