Docs.rs
ockam_node-0.111.0
ockam_node 0.111.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
mrinalwadhwa
ockam-team
mattgreg
github:build-trust:crate-publishers
Dependencies
cfg-if ^1.0.0
normal
chrono ^0.4
normal
optional
fs2 ^0.4.3
normal
optional
futures ^0.3.30
normal
heapless ^0.8
normal
optional
minicbor ^0.21.0
normal
ockam_core ^0.104.0
normal
ockam_executor ^0.73.0
normal
optional
ockam_macros ^0.34.0
normal
ockam_transport_core ^0.77.0
normal
optional
once_cell ^1.19.0
normal
optional
opentelemetry ^0.22.0
normal
optional
regex ^1.10.3
normal
optional
serde ^1.0
normal
serde_bare ^0.5.0
normal
serde_json ^1
normal
optional
sqlx ^0.7.4
normal
optional
time ^0.3.34
normal
optional
tokio ^1.36
normal
optional
tokio-retry ^0.3.0
normal
optional
tracing ^0.1
normal
tracing-error ^0.2
normal
optional
tracing-opentelemetry ^0.23.0
normal
optional
tracing-subscriber ^0.3
normal
optional
hex ^0.4
dev
tempfile ^3.10.1
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
ockam_node
0.111.0
Module compat
Re-exports
Modules
Functions
In crate ockam_node
?
Module
ockam_node
::
compat
source
·
[
−
]
Expand description
Async Mutex and RwLock
Re-exports
§
pub use crate::
tokio
;
Modules
§
asynchronous
Async Mutex and RwLock
futures
FutureExt
Functions
§
timeout
Requires a
Future
to complete before the specified duration has elapsed.