Docs.rs
soketto-0.8.1
soketto 0.8.1
Docs.rs crate page
Apache-2.0
OR
MIT
23 May 2026
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
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
Skip to main content
BoxedError
soketto
0.8.1
Boxed
Error
Aliased Type
In crate soketto
soketto
Type Alias
Boxed
Error
Copy item path
Source
pub type BoxedError =
Box
<dyn
Error
+
Send
+
Sync
>;
Aliased Type
ยง
pub struct BoxedError(
/* private fields */
);