Docs.rs
cqrs-rust-lib-0.8.0
cqrs-rust-lib 0.8.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
dohr-michael
Dependencies
async-trait ^0.1
normal
axum ^0.8
normal
optional
bson ^3
normal
optional
chrono ^0.4
normal
futures ^0.3
normal
getrandom ^0.3
normal
optional
http ^1.3
normal
mongodb ^3.6
normal
optional
percent-encoding ^2
normal
optional
rand ^0.9
normal
rest-sql ^0.2
normal
rest-sql-drivers ^0.2
normal
optional
rmcp ^0.6
normal
optional
schemars ^1
normal
optional
serde ^1
normal
serde_json ^1
normal
serde_urlencoded ^0.7
normal
optional
surrealdb ^3
normal
optional
surrealdb-types ^3
normal
optional
thiserror ^2.0
normal
tokio-postgres ^0.7
normal
optional
tracing ^0.1
normal
utoipa ^5.4
normal
optional
utoipa-axum ^0.2
normal
optional
uuid ^1
normal
surrealdb ^3
dev
tokio ^1
dev
Versions
23.6%
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
MaybeSend
cqrs_
rust_
lib
0.8.0
Maybe
Send
Implementors
In crate cqrs_
rust_
lib
cqrs_rust_lib
Trait
Maybe
Send
Copy item path
Source
pub trait MaybeSend:
Send
{ }
Implementors
§
Source
§
impl<T:
Send
>
MaybeSend
for T
Available on
non-WebAssembly
only.