# Ark Rust - Client

> A simple Rust API client for the Ark blockchain. [![Build Status](https://badgen.now.sh/travis/ArkEcosystem/rust-client/master)](https://travis-ci.org/ArkEcosystem/rust-client) [![Codecov](https://badgen.now.sh/codecov/c/github/arkecosystem/rust-client)](https://codecov.io/gh/arkecosystem/rust-client) [![Latest Version](https://badgen.now.sh/github/release/ArkEcosystem/rust-client)](https://github.com/ArkEcosystem/rust-client/releases) [![License: MIT](https://badgen.now.sh/badge/license/MIT/green)](https://opensource.org/licenses/MIT) ## Installation This crate uses [Reqwest](https://crates.io/crates/reqwest), which, in Linux requires OpenSSL 1.0.1, 1.0.2, or 1.1.0 with headers or LibreSSL. More details at [rust-openssl](https://github.com/sfackler/rust-openssl). ## Documentation You can find installation instructions and detailed instructions on how to use this package at the [dedicated documentation site](https://docs.ark.io/api/sdk/clients/rust.html). ## Security If you discover a security vulnerability within this package, please send an e-mail to security@ark.io. All security vulnerabilities will be promptly addressed. ## Credits - [Joshua Noack](https://github.com/supaiku0) - [Juan A. Martín](https://github.com/j-a-m-l) - [All Contributors](../../contributors) ## License [MIT](LICENSE) © [ArkEcosystem](https://ark.io)