Registry / crypto / exonum-rust-runtime

exonum-rust-runtime

JSON →
library1.0.0rscratesunverified

Runtime for running Exonum services written in Rust.

# Cargo.toml [dependencies] exonum-rust-runtime = "1.0.0"
INSTALL
IMPORT
SIG · EXONUM-RUST-RUNTIM
E
exonum-rust-runtime
cryptorustv1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Service
use exonum_rust_runtime::Service;

Implement an Exonum service using the Rust runtime.

use exonum_rust_runtime::Service; struct MyService; impl Service for MyService { // Implement service methods } fn main() { // Register service with runtime }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
Meta
1
Resources
exonum-rust-runtime — cargo add exonum-rust-runtime · libregistry