Docs.rs
atomr-core-0.3.1
atomr-core 0.3.1
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
cognect
Dependencies
async-trait ^0.1
normal
atomr-config ^0.3.1
normal
bincode ^2.0.0-rc.3
normal
bytes ^1
normal
dashmap ^6
normal
flume ^0.11
normal
futures ^0.3
normal
futures-util ^0.3
normal
once_cell ^1
normal
parking_lot ^0.12
normal
pin-project-lite ^0.2
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^1
normal
tokio ^1.39
normal
tokio-util ^0.7
normal
tracing ^0.1
normal
uuid ^1
normal
tokio ^1.39
dev
tracing-subscriber ^0.3
dev
Versions
31.84%
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
Skip to main content
Extension
atomr_
core
0.3.1
Extension
Implementors
In atomr_
core::
actor
atomr_core
::
actor
Trait
Extension
Copy item path
Source
pub trait Extension:
Any
+
Send
+
Sync
{ }
Expand description
Marker trait for types stored in
Extensions
.
Implementors
§
Source
§
impl<T:
Any
+
Send
+
Sync
>
Extension
for T