10 releases (breaking)

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

#428 in Magic Beans

Download history 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 196/week @ 2024-04-05 219/week @ 2024-04-12 298/week @ 2024-04-19 401/week @ 2024-04-26 212/week @ 2024-05-03 375/week @ 2024-05-10 290/week @ 2024-05-17

1,338 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
~58K SLoC