Docs.rs
faucet-server-2.1.0
faucet-server 2.1.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
andyquinterom
Dependencies
base64 ^0.22
normal
bytes ^1.8.0
normal
chrono ^0.4.38
normal
clap ^4.5
normal
cookie ^0.18.1
normal
ctrlc ^3.4.5
normal
deadpool ^0.12
normal
deadpool-postgres ^0.14.0
normal
dotenv ^0.15.0
normal
env_logger ^0.11
normal
futures-util ^0.3
normal
fxhash ^0.2.1
normal
http-body-util ^0.1
normal
hyper ^1
normal
hyper-util ^0.1
normal
log ^0.4
normal
nix ^0.30.1
normal
num_cpus ^1
normal
parse-size ^1.0.0
normal
rand ^0.9.1
normal
rustls ^0.23.16
normal
rustls-pemfile ^1
normal
serde ^1.0.214
normal
serde_json ^1.0.141
normal
sha1 ^0.10
normal
tokio ^1
normal
tokio-postgres ^0.7.12
normal
tokio-postgres-rustls ^0.13.0
normal
tokio-stream ^0.1
normal
tokio-tungstenite ^0.27
normal
tokio-util ^0.7
normal
toml ^0.9
normal
tower ^0.5.1
normal
url ^2.5.4
normal
uuid ^1.11.0
normal
webpki-roots ^1.0.2
normal
Versions
10.63%
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
ExtractSocketAddr
faucet_
server
2.1.0
Extract
Socket
Addr
Required Methods
socket_addr
Implementors
In faucet_
server::
client
faucet_server
::
client
Trait
Extract
Socket
Addr
Copy item path
Source
pub trait ExtractSocketAddr { // Required method fn
socket_addr
(&self) ->
SocketAddr
; }
Required Methods
§
Source
fn
socket_addr
(&self) ->
SocketAddr
Implementors
§