This Stellar SDK contains libraries to interact with the Stellar network from Rust:
stellar-base
: defines base types for Stellar (such as Assets,
Transactions, and Key Pairs), together with traits to serialize
them from and to XDR.stellar-horizon
: provides a client to connect to Horizon. The
client supports HTTP requests and streaming mode.You can find the documentation on docs.rs: