Docs.rs
quickwit-actors-0.3.0
quickwit-actors 0.3.0
Docs.rs crate page
AGPL-3.0-or-later
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
fulmicoton
Dependencies
anyhow ^1
normal
async-trait ^0.1
normal
flume ^0.10
normal
futures ^0.3
normal
quickwit-common ^0.3.0
normal
thiserror ^1
normal
tokio ^1.18
normal
tracing ^0.1.29
normal
rand ^0.8
dev
Versions
62.67%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
In quickwit_actors
?
Function
quickwit_actors
::
create_test_mailbox
source
·
[
−
]
pub fn create_test_mailbox<A:
Actor
>() ->
(
Mailbox
<A>, Inbox<A>
)