exonum-rust-runtime

Crates.ioexonum-rust-runtime
lib.rsexonum-rust-runtime
version1.0.0
sourcesrc
created_at2020-02-07 15:10:43.321777
updated_at2020-03-31 15:52:51.354107
descriptionThe runtime is for running Exonum services written in Rust.
homepagehttps://exonum.com/
repositoryhttps://github.com/exonum/exonum
max_upload_size
id205829
size242,733
formats (github:rustcrypto:formats)

documentation

https://docs.rs/exonum-rust-runtime

README

Exonum Rust Runtime

Travis Build Status License: Apache-2.0 rust 1.42.0+ required

The runtime is for running services written in Rust.

This runtime is useful for writing services that exist throughout the whole life of the blockchain. A good example of this kind of services is blockchain oracles.

Another good point to use the Rust runtime are services with high performance requirements because the runtime has lowest overhead.

In the Rust runtime, a set of service artifacts that you may want to deploy is static. This set is defined at the time of compilation. Once the set is created, you can change it only by recompiling the node binary.

The Rust runtime does not provide service isolation from the operation system. Therefore, the security audit of the deployed artifacts is up to the node administrators.

Usage

You might look at one of these examples:

...or these services developed along with the Exonum framework:

License

exonum-rust-runtime is licensed under the Apache License (Version 2.0). See LICENSE for details.

Commit count: 5680

cargo fmt