shuttle-core ============ [![Build Status](https://travis-ci.org/fracek/shuttle-core.svg?branch=master)](https://travis-ci.org/fracek/shuttle-core) [![Crates.io](https://img.shields.io/crates/v/shuttle-core.svg)](https://crates.io/crates/shuttle-core) [![Released API docs](https://docs.rs/shuttle-core/badge.svg)](http://docs.rs/shuttle-core) `shuttle-core` is a library to read, write, hash, and sign the xdr structures used in the Stellar Network. Get Started ----------- 1. Grab the latest version from [crates.io](https://crates.io/crates/shuttle-core) 2. Read the [documentation](https://docs.rs/shuttle-core) License ------- Copyright 2018 Francesco Ceccon Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.