Docs.rs
vgi-rpc-0.3.0
vgi-rpc 0.3.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
rustyconover
Dependencies
arrow-array ^58
normal
arrow-buffer ^58
normal
arrow-cast ^58
normal
arrow-data ^58
normal
arrow-ipc ^58
normal
arrow-schema ^58
normal
arrow-select ^58
normal
axum ^0.7
normal
optional
base64 ^0.22
normal
optional
bincode ^1.3
normal
optional
bytes ^1
normal
chacha20poly1305 ^0.10
normal
optional
chrono ^0.4
normal
flatbuffers ^25
normal
hmac ^0.12
normal
optional
jsonwebtoken ^9.3
normal
optional
libc ^0.2
normal
optional
percent-encoding ^2
normal
optional
rand ^0.8
normal
optional
reqwest ^0.12
normal
optional
rust_decimal ^1
normal
sentry ^0.46
normal
optional
serde ^1
normal
serde_json ^1
normal
sha2 ^0.10
normal
thiserror ^2
normal
tokio ^1
normal
optional
tower-http ^0.6
normal
optional
tracing ^0.1
normal
url ^2
normal
urlencoding ^2
normal
optional
vgi-rpc-macros ^0.3.0
normal
optional
x509-parser ^0.16
normal
optional
zstd ^0.13
normal
optional
proptest ^1
dev
tokio ^1
dev
tower ^0.5
dev
tracing-subscriber ^0.3
dev
trybuild ^1
dev
Versions
69.43%
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
Module errors
vgi_rpc
0.3.0
Module errors
Module Items
Structs
Type Aliases
In crate vgi_
rpc
vgi_rpc
Module
errors
Copy item path
Source
Expand description
Error types used throughout the vgi-rpc framework.
Structs
§
RpcError
An RPC-level error, serialized on the wire as an EXCEPTION log batch.
Type Aliases
§
Result
Convenience alias for
Result<T, RpcError>
.