Docs.rs
fcnetd-client-0.2.3
fcnetd-client 0.2.3
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
kanpov
Dependencies
async-net ^2.0.0
normal
optional
deadpool ^0.12.3
normal
optional
fcnet-types ^0.1.1
normal
futures-lite ^2.6.1
normal
optional
serde ^1.0.219
normal
serde_json ^1.0.143
normal
tokio ^1.47.1
normal
optional
tokio-util ^0.7.16
normal
optional
Versions
14.29%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
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
Module socket
fcnetd_
client
0.2.3
Module socket
Module Items
Structs
Traits
In crate fcnetd_
client
fcnetd_client
Module
socket
Copy item path
Source
Structs
§
Smol
Socket
smol-socket
A
Socket
that uses a
UnixStream
from the
async_net
crate internally.
Tokio
Socket
tokio-socket
A
Socket
that uses a
UnixStream
from the
tokio
crate internally.
Traits
§
Socket
The
Socket
trait is a basic abstraction over an underlying asynchronous Unix socket connection used by this crate to connect to fcnetd. This allows for different async I/O implementations to be used interchangeably by implementing this trait.