Docs.rs
busrt-0.4.15
busrt 0.4.15
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
divi255
yblokh
Dependencies
async-channel ^1.7.1
normal
async-io ^1.8.0
normal
async-trait ^0.1.57
normal
optional
atty ^0.2
normal
optional
bma-benchmark ^0.0.20
normal
optional
chrono ^0.4.19
normal
optional
clap ^3.0.7
normal
optional
colored ^2
normal
optional
console-subscriber ^0.1.7
normal
optional
env_logger ^0.9.0
normal
optional
fork ^0.1.18
normal
optional
futures ^0.3.26
normal
optional
hex ^0.4.3
normal
optional
hostname ^0.3.1
normal
optional
ipnetwork ^0.20.0
normal
optional
jemallocator ^0.5.0
normal
optional
lazy_static ^1.4.0
normal
optional
log ^0.4.14
normal
optional
nix ^0.25.0
normal
optional
num-format ^0.4.0
normal
optional
parking_lot ^0.12.1
normal
optional
parking_lot_rt ^0.12.1
normal
optional
prettytable-rs ^0.10
normal
optional
regex ^1.8.1
normal
optional
rmp-serde ^1.1.0
normal
optional
serde ^1.0.143
normal
optional
serde-value ^0.7.0
normal
optional
serde_json ^1.0.83
normal
optional
sqlx ^0.6.2
normal
optional
submap ^0.3.3
normal
optional
syslog ^5.0.0
normal
optional
tokio ^1.20.1
normal
tokio-task-pool ^0.1.3
normal
optional
triggered ^0.1.2
normal
optional
unix-named-pipe ^0.2.0
normal
optional
uuid ^1.3.0
normal
optional
Versions
17.46%
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
busrt
0.4.15
Module rpc
Module Items
Structs
Enums
Constants
Traits
Functions
Type Aliases
In crate busrt
busrt
Module
rpc
Copy item path
Source
Structs
§
Dummy
Handlers
Options
By default, RPC frame and notification handlers are launched in background which allows non-blocking event processing, however events can be processed in random order
RpcClient
RpcError
RpcEvent
Enums
§
RpcEvent
Kind
Constants
§
RPC_
ERROR
RPC_
ERROR_
CODE_
INTERNAL
RPC_
ERROR_
CODE_
INVALID_
METHOD_
PARAMS
RPC_
ERROR_
CODE_
INVALID_
REQUEST
RPC_
ERROR_
CODE_
METHOD_
NOT_
FOUND
RPC_
ERROR_
CODE_
NOT_
FOUND
RPC_
ERROR_
CODE_
PARSE
RPC_
NOTIFICATION
RPC_
REPLY
RPC_
REQUEST
Traits
§
Rpc
RpcHandlers
Functions
§
rpc_
err_
str
Type Aliases
§
RpcResult