Docs.rs
termwiz-0.16.0
termwiz 0.16.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
wez
Dependencies
anyhow ^1.0
normal
base64 ^0.13
normal
bitflags ^1.3
normal
cassowary ^0.3
normal
cfg-if ^1.0
normal
filedescriptor ^0.8
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 ^2.10
normal
pest ^2.1
normal
pest_derive ^2.1
normal
regex ^1
normal
semver ^0.11
normal
serde ^1.0
normal
sha2 ^0.9
normal
terminfo ^0.7
normal
thiserror ^1.0
normal
ucd-trie ^0.1
normal
unicode-segmentation ^1.8
normal
vtparse ^0.6
normal
wezterm-bidi ^0.1
normal
wezterm-color-types ^0.1
normal
pretty_assertions ^0.6
dev
pretty_env_logger ^0.4
dev
varbincode ^0.1
dev
nix ^0.23.1
normal
signal-hook ^0.1
normal
termios ^0.3
normal
winapi ^0.3
normal
Versions
37.25%
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
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
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