Docs.rs
ckb-script-ipc-common-1.0.3
ckb-script-ipc-common 1.0.3
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
XuJiandong
Dependencies
ckb-rust-std ^1.0.0
normal
ckb-std ^0.17
normal
ckb-vm ^0.24.13
normal
optional
enumn ^0.1.14
normal
log ^0.4
normal
optional
serde ^1.0.208
normal
serde_json ^1.0.133
normal
Versions
43.75%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
ckb_
script_
ipc_
common
1.0.3
Module ipc
Module Items
Traits
In crate ckb_
script_
ipc_
common
ckb_script_ipc_common
Module
ipc
Copy item path
Source
Traits
ยง
Serve
The
Serve
trait defines the interface for handling requests and generating responses in an IPC context. Types implementing this trait can be used to process incoming requests and produce appropriate responses.