Docs.rs
termwiz-0.20.0
termwiz 0.20.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
wez
Dependencies
anyhow ^1.0
normal
base64 ^0.21
normal
bitflags ^1.3
normal
cassowary ^0.3
normal
filedescriptor ^0.8
normal
finl_unicode ^1.2
normal
fixedbitset ^0.4
normal
fnv ^1.0
normal
hex ^0.4
normal
image ^0.24
normal
lazy_static ^1.4
normal
libc ^0.2
normal
log ^0.4
normal
memmem ^0.1
normal
num-derive ^0.3
normal
num-traits ^0.2
normal
ordered-float ^3.0
normal
pest ^2.1
normal
pest_derive ^2.1
normal
phf ^0.10
normal
regex ^1
normal
semver ^0.11
normal
serde ^1.0
normal
sha2 ^0.9
normal
siphasher ^0.3
normal
terminfo ^0.7
normal
thiserror ^1.0
normal
ucd-trie ^0.1
normal
unicode-segmentation ^1.8
normal
vtparse ^0.6.2
normal
wezterm-bidi ^0.2.1
normal
wezterm-color-types ^0.2
normal
wezterm-dynamic ^0.1
normal
criterion ^0.3
dev
env_logger ^0.10
dev
k9 ^0.11
dev
varbincode ^0.1
dev
nix ^0.24
normal
signal-hook ^0.1
normal
termios ^0.3
normal
winapi ^0.3.9
normal
Versions
36.42%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Result
In termwiz::error
?
Type Definition
termwiz
::
error
::
Result
source
·
[
−
]
pub type Result<T> =
Result
<T,
Error
>;
Expand description
A Result whose error type is a termwiz Error