9 releases (breaking)

0.16.3 Mar 27, 2024
0.15.0 Sep 24, 2023
0.9.0 Aug 6, 2022
0.1.0 Jul 31, 2022

#306 in Magic Beans

Download history 137/week @ 2024-01-05 366/week @ 2024-01-12 330/week @ 2024-01-19 666/week @ 2024-01-26 403/week @ 2024-02-02 272/week @ 2024-02-09 279/week @ 2024-02-16 429/week @ 2024-02-23 293/week @ 2024-03-01 311/week @ 2024-03-08 288/week @ 2024-03-15 573/week @ 2024-03-22 198/week @ 2024-03-29 194/week @ 2024-04-05

1,316 downloads per month
Used in 5 crates

Apache-2.0

195KB
5K SLoC

XRP Ledger API

A low-level crate that extracts the common RPC protocol used by the HTML and WebSocket clients.

Crates.io Documentation

More information about this crate can be found in the crate documentation.

Status

This work is under active development and the API is expected to change.

Contributing

Pull requests, issues and comments are welcome! Make sure to add tests for new features and bug fixes.

License

This work is licensed under the Apache-2.0 License. See LICENSE.txt or https://spdx.org/licenses/Apache-2.0.html for details.

Copyright © 2022 Georgios Moschovitis.


lib.rs:

A low-level crate that extracts the common RPC protocol used by the HTML and WebSocket clients. The data models defined in types and objects are JSON representations compared to the crate xrpl_types that defines the internal format of the types and objects.

Dependencies

~1.5–2.4MB
~57K SLoC