Registry / web-framework / exonum-api

exonum-api

JSON →
library1.0.0rscratesunverified

HTTP API engine for the Exonum blockchain framework.

# Cargo.toml [dependencies] exonum-api = "1.0.0"
INSTALL
IMPORT
SIG · EXONUM-API
E
exonum-api
web-frameworkrustv1.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.

Api
✓ use exonum_api::Api;

Initialize the Exonum HTTP API engine

use exonum_api::Api; fn main() { let api = Api::new(); println!("Exonum API engine initialized"); }
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
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
exonum-api — cargo add exonum-api · libregistry