# Rust Stellar Base [![CI](https://github.com/aurora-rs/stellar-base-rs/workflows/CI/badge.svg)](https://github.com/aurora-rs/stellar-base-rs/actions?query=branch:master) [![version](https://img.shields.io/crates/v/stellar-base)](https://crates.io/crates/stellar-base) [![codecov](https://codecov.io/gh/aurora-rs/stellar-base-rs/branch/master/graph/badge.svg?token=3DR7ZYCPTQ)](https://codecov.io/gh/aurora-rs/stellar-base-rs) [![License](https://img.shields.io/crates/l/stellar-base)](https://github.com/aurora-rs/stellar-base-rs/blob/master/LICENSE) ## Introduction This crate contains low level Stellar types. You can use this library to build and sign Stellar transactions, as well as to serialize and deserialize them from XDR. If you are looking for a crate to interact with Stellar Horizon, look at [stellar-horizon](https://github.com/aurora-rs/stellar-horizon-rs). ## Need help? Have feeback? You can join the discussion on our mailing list at [`~aurora/stellar-sdk@lists.sr.ht`](https://lists.sr.ht/~aurora/stellar-sdk). ## Features * Working XDR definitions for all Stellar types. * Seamlessy convert monetary amounts between decimal representation and stroops. ## Documentation You can find the documentation on [docs.rs](https://docs.rs/stellar-base). ## Generating XDR types You can generated XDR types using [our fork of `xdrgen`](https://github.com/aurora-rs/xdrgen). ## Changelog [You can find a changelog here.](https://github.com/aurora-rs/stellar-base-rs/blob/master/CHANGELOG.md)