Binary serialization for XRPL Protocol objects.
More information about this crate can be found in the crate documentation.
- https://github.com/XRPLF/xrpl.js/tree/main/packages/ripple-binary-codec
- https://github.com/ripple/rippled/tree/develop/src/ripple/protocol
This work is under active development and the API is expected to change.
This crate is no_std
compatible when disabling the default std
feature.
xrpl_binary_codec = { version = "0.16.0", default-features = false }
Pull requests, issues and comments are welcome! Make sure to add tests for new features and bug fixes.
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.