Docs.rs
zi-0.1.2
zi 0.1.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
crates.io
Source
Owners
mcobzarenco
Dependencies
crossterm ^0.17.6
normal
euclid ^0.20.13
normal
futures ^0.3.5
normal
log ^0.4.8
normal
maplit ^1.0.2
normal
ropey ^1.2.0
normal
smallstr ^0.2.0
normal
smallvec ^1.4.0
normal
thiserror ^1.0.20
normal
tokio ^0.2.21
normal
unicode-segmentation ^1.6.0
normal
unicode-width ^0.1.7
normal
colorous ^1.0.2
dev
criterion ^0.3.2
dev
env_logger ^0.7.1
dev
num-complex ^0.2.4
dev
rayon ^1.3.0
dev
Versions
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
☰
Type Definition Result
zi
All crates
[
−
]
[src]
Type Definition
zi
::
Result
type Result<T> =
Result
<T,
Error
>;