10 releases (5 breaking)

0.6.0 Nov 3, 2023
0.5.0 Jan 15, 2021
0.5.0-beta.1 Sep 25, 2020
0.4.1 Aug 5, 2020
0.1.0 Jul 14, 2020

#798 in Magic Beans

Download history 156/week @ 2023-12-08 46/week @ 2023-12-15 155/week @ 2023-12-22 102/week @ 2023-12-29 84/week @ 2024-01-05 97/week @ 2024-01-12 193/week @ 2024-01-19 137/week @ 2024-01-26 47/week @ 2024-02-02 90/week @ 2024-02-09 202/week @ 2024-02-16 131/week @ 2024-02-23 125/week @ 2024-03-01 86/week @ 2024-03-08 130/week @ 2024-03-15 186/week @ 2024-03-22

539 downloads per month
Used in 6 crates

Apache-2.0

695KB
14K SLoC

Rust Stellar Base

CI version codecov 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.

Need help? Have feeback?

You can join the discussion on our mailing list at ~aurora/stellar-sdk@lists.sr.ht.

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.

Generating XDR types

You can generated XDR types using our fork of xdrgen.

Changelog

You can find a changelog here.

Dependencies

~4.5–8MB
~122K SLoC