Docs.rs
workflow-rpc-0.18.0
workflow-rpc 0.18.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
aspect
surinder83singh
Dependencies
ahash ^0.8.6
normal
async-std ^1.12.0
normal
async-trait ^0.1.74
normal
borsh ^1.5.1
normal
downcast-rs ^1.2.0
normal
futures ^0.3.29
normal
futures-util ^0.3.29
normal
manual_future ^0.1.1
normal
rand ^0.8.5
normal
serde ^1.0.190
normal
serde_json ^1.0.108
normal
thiserror ^1.0.50
normal
wasm-bindgen ^0.2.93
normal
workflow-core ^0.18.0
normal
workflow-log ^0.18.0
normal
workflow-rpc-macros ^0.18.0
normal
workflow-task ^0.18.0
normal
workflow-wasm ^0.18.0
normal
workflow-websocket ^0.18.0
normal
futures-util ^0.3.29
normal
tokio ^1.33.0
normal
tungstenite ^0.23.0
normal
getrandom ^0.2.10
normal
Versions
42.21%
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
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
workflow_
rpc
0.18.0
Module encoding
Module Items
Enums
In crate workflow_
rpc
workflow_rpc
Module
encoding
Copy item path
Source
Expand description
Module containing a helper
Encoding
enum use in RPC server constructors.
Enums
ยง
Encoding
wRPC protocol encoding:
Borsh
or
JSON
@category Transport