Docs.rs
corium-transactor-0.1.21
corium-transactor 0.1.21
Docs.rs crate page
Apache-2.0
OR
MIT
21 July 2026
Links
Homepage
crates.io
Source
Owners
csm
Dependencies
async-trait ^0.1
normal
corium-core ^0.1.21
normal
corium-db ^0.1.21
normal
corium-index ^0.1.21
normal
corium-log ^0.1.21
normal
corium-protocol ^0.1.21
normal
corium-query ^0.1.21
normal
corium-store ^0.1.21
normal
corium-tx ^0.1.21
normal
thiserror ^2
normal
tokio ^1.53.0
normal
tokio-stream ^0.1.18
normal
tonic ^0.14.5
normal
tracing ^0.1
normal
tempfile ^3
dev
Versions
100%
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
Skip to main content
Module server
corium_
transactor
0.1.21
Module server
Module Items
Structs
Functions
In crate corium_
transactor
corium_transactor
Module
server
Copy item path
Source
Expand description
Tonic services exposing a
TransactorNode
over the network.
Structs
§
Catalog
Svc
Catalog gRPC service over a node.
Transactor
Svc
Transactor gRPC service over a node.
Functions
§
serve
Serves the transactor and catalog services until
shutdown
resolves.
to_
status
Maps node errors onto gRPC statuses.