Docs.rs
nym-client-core-1.20.4
nym-client-core 1.20.4
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
github:nymtech:core
mfahampshire
Dependencies
async-trait ^0.1.88
normal
base64 ^0.22.1
normal
bs58 ^0.5.1
normal
cfg-if ^1.0.0
normal
clap ^4.5.38
normal
optional
comfy-table ^7.1.4
normal
optional
futures ^0.3.31
normal
humantime ^2.2.0
normal
nym-bandwidth-controller ^1.20.4
normal
nym-client-core-config-types ^1.20.4
normal
nym-client-core-gateways-storage ^1.20.4
normal
nym-client-core-surb-storage ^1.20.4
normal
nym-credential-storage ^1.20.4
normal
nym-credentials-interface ^1.20.4
normal
nym-crypto ^1.20.4
normal
nym-ecash-time ^1.20.4
normal
nym-gateway-client ^1.20.4
normal
nym-gateway-requests ^1.20.4
normal
nym-http-api-client ^1.20.4
normal
nym-id ^1.20.4
normal
nym-mixnet-contract-common ^1.20.4
normal
nym-network-defaults ^1.20.4
normal
nym-nonexhaustive-delayqueue ^1.20.4
normal
nym-pemstore ^1.20.4
normal
nym-sphinx ^1.20.4
normal
nym-statistics-common ^1.20.4
normal
nym-task ^1.20.4
normal
nym-topology ^1.20.4
normal
nym-validator-client ^1.20.4
normal
rand ^0.8.5
normal
rand_chacha ^0.3
normal
serde ^1.0.219
normal
serde_json ^1.0.140
normal
sha2 ^0.10.3
normal
si-scale ^0.2.3
normal
thiserror ^2.0
normal
time ^0.3.41
normal
tokio ^1.47
normal
tracing ^0.1.41
normal
url ^2.5
normal
zeroize ^1.7.0
normal
tempfile ^3.20
dev
http-body-util ^0.1
normal
hyper ^1.6.0
normal
hyper-util ^0.1
normal
nym-mixnet-client ^1.20.4
normal
tokio ^1.47
normal
tokio-stream ^0.1.17
normal
tokio-tungstenite ^0.20.1
normal
tungstenite ^0.20.1
normal
gloo-timers ^0.3.0
normal
nym-wasm-utils ^1.20.4
normal
time ^0.3.41
normal
tokio_with_wasm ^0.8.7
normal
tungstenite ^0.20.1
normal
wasm-bindgen ^0.2.99
normal
wasm-bindgen-futures ^0.4.49
normal
wasmtimer ^0.4.1
normal
Versions
6.61%
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
spawn_future
nym_
client_
core
1.20.4
nym_client_core
Function
spawn_
future
Copy item path
Source
pub fn spawn_future<F>(future: F)
where F:
Future
+
Send
+ 'static, F::
Output
:
Send
+ 'static,
👎
Deprecated: use spawn_future from nym_task crate instead