xwt-error 0.10.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.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd464c7ca8f51b8aba9a92aa74c2d0531ba281d855672cb1088dc975712011a5"

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