Docs.rs
soketto-0.8.1
soketto 0.8.1
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Repository
crates.io
Source
Owners
github:paritytech:core-devs
parity-crate-owner
Dependencies
base64 ^0.22
normal
bytes ^1.0
normal
flate2 ^1.0.13
normal
optional
futures ^0.3.1
normal
http ^1
normal
optional
httparse ^1.3.4
normal
log ^0.4.8
normal
rand ^0.8
normal
sha1 ^0.10
normal
env_logger ^0.11.1
dev
http-body-util ^0.1
dev
hyper ^1.2
dev
hyper-util ^0.1
dev
quickcheck ^1
dev
tokio ^1
dev
tokio-stream ^0.1
dev
tokio-util ^0.7
dev
Versions
94.04%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
soketto
0.8.1
Boxed
Error
Aliased Type
In crate soketto
soketto
Type Alias
BoxedError
Copy item path
Source
pub type BoxedError =
Box
<dyn
Error
+
Send
+
Sync
>;
Aliased Type
ยง
struct BoxedError(
/* private fields */
);