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.
You can find the documentation on docs.rs.
The library is fairly complete, so we should be able to stabilise the API soon.
Amount
and Stroops
to behave like numbersResult<_>
return typesString
into Into<String>
, and
Stroops
into TryInto<Stroops>
You can generated XDR types using our fork of xdrgen
.