Docs.rs
ractor-0.16.1
ractor 0.16.1
Docs.rs crate page
MIT
29 July 2026
Links
Homepage
Repository
crates.io
Source
Owners
slawlor
Dependencies
async-std ^1
normal
optional
async-trait ^0.1
normal
optional
bon ^3.9
normal
dashmap ^6
normal
futures ^0.3
normal
once_cell ^1
normal
pot ^3.0
normal
optional
ractor_macros ^0.16.0
normal
optional
serde ^1
normal
optional
strum ^0.28
normal
tokio ^1
normal
tracing ^0.1
normal
backtrace ^0.3
dev
function_name ^0.3
dev
paste ^1
dev
rand ^0.10
dev
serial_test ^3.5
dev
tracing-glog ^0.4
dev
tracing-subscriber ^0.3
dev
trybuild ^1
dev
criterion ^0.7
dev
getrandom ^0.4
dev
tokio ^1.30
dev
wasm-bindgen-test ^0.3.50
dev
js-sys ^0.3.77
normal
tokio_with_wasm ^0.9.0
normal
wasm-bindgen ^0.2.100
normal
wasm-bindgen-futures ^0.4.50
normal
web-time ^1.1.0
normal
criterion ^0.7
dev
tokio ^1.30
dev
tracing-test ^0.2
dev
Versions
100%
of the crate is documented
Go to latest version
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
Skip to main content
Module actor_ref
ractor
0.16.1
Module actor_
ref
Module Items
Structs
In ractor::
actor
ractor
::
actor
Module
actor_
ref
Copy item path
Source
Expand description
ActorRef
is a strongly-typed wrapper over an
ActorCell
Structs
§
Actor
Ref
An
ActorRef
is a strongly-typed wrapper over an
ActorCell
to provide some syntactic wrapping on the requirement to pass the actor’s message type everywhere.