stellar-base

Crates.iostellar-base
lib.rsstellar-base
version0.6.0
sourcesrc
created_at2020-07-14 21:30:05.552871
updated_at2023-11-03 09:35:52.000056
descriptionLow level Stellar types
homepage
repositoryhttps://github.com/aurora-rs/stellar-base-rs
max_upload_size
id265210
size713,185
Thorbjørn Lindeijer (bjorn)

documentation

https://docs.rs/stellar-base

README

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.

Commit count: 95

cargo fmt