11 releases (7 breaking)
0.16.5 | Sep 16, 2024 |
---|---|
0.16.4 | May 25, 2024 |
0.16.3 | Mar 27, 2024 |
0.15.0 | Sep 24, 2023 |
0.1.0 | Jul 31, 2022 |
#4 in #xrpl
1,055 downloads per month
Used in 5 crates
195KB
5K
SLoC
XRP Ledger API
A low-level crate that extracts the common RPC protocol used by the HTML and WebSocket clients.
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
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.6–2.6MB
~61K SLoC