xrpl_binary_codec

Crates.ioxrpl_binary_codec
lib.rsxrpl_binary_codec
version0.16.5
sourcesrc
created_at2022-03-05 08:16:47.441748
updated_at2024-09-16 05:39:27.50938
descriptionBinary serialization for XRPL Protocol objects
homepage
repositoryhttps://github.com/gmosx/xrpl-sdk-rust/tree/main/xrpl_binary_codec
max_upload_size
id543919
size89,046
George Moschovitis (gmosx)

documentation

README

XRP Ledger Binary Codec

Binary serialization for XRPL Protocol objects.

Crates.io Documentation

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

Links

Status

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

no_std support

This crate is no_std compatible when disabling the default std feature.

xrpl_binary_codec = { version = "0.16.0", default-features = false }

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.

Commit count: 0

cargo fmt