Crates.io | stellar-horizon |
lib.rs | stellar-horizon |
version | 0.7.1 |
source | src |
created_at | 2020-07-15 10:19:37.881229 |
updated_at | 2023-11-08 08:17:03.289707 |
description | Stellar Horizon client |
homepage | |
repository | https://github.com/aurora-rs/stellar-horizon-rs |
max_upload_size | |
id | 265385 |
size | 202,485 |
This crate contains a client for Stellar Horizon, supporting both the REST API and streaming mode.
If you are looking for a crate to build Stellar transactions, look at stellar-base.
You can join the discussion on our mailing list at
~aurora/stellar-sdk@lists.sr.ht
.
Easy to mock for testing
Support all Horizon endpoints
Support for Horizon streaming mode
Completely async
You can find the documentation on docs.rs.
This crate is still a work in progress. Relevant SEPs will be implemented as separate crates when possible.
String
into Into<String>