Docs.rs
zimq-impl-0.1.2
zimq-impl 0.1.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
lzfvvv
Dependencies
futures ~0.3.31
normal
postcard ~1.1.3
normal
serde ~1.0.228
normal
thiserror ~2.0.18
normal
tokio ~1.49.0
normal
uuid ~1.20.0
normal
Versions
22.58%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
start
zimq_
impl
0.1.2
start
Sections
Panics
Examples
In crate zimq_
impl
zimq_impl
Function
start
Copy item path
Source
pub async fn start()
Expand description
Starts the core services of the ZIMQ.
§
Panics
zimq not initialized
§
Examples
zimq::start().
await
;