elements 0.18.0

Library with support for de/serialization, parsing and executing on data structures and network messages related to Elements
Documentation

Status

Rust Elements Library

Library with support for de/serialization, parsing and executing on data structures and network messages related to Elements

Documentation

Minimum Supported Rust Version (MSRV)

This library should always compile with any combination of features on Rust 1.29.

Because some dependencies have broken the build in minor/patch releases, to compile with 1.29.0 you will need to run the following version-pinning command:

cargo update -p cc --precise "1.0.41" --verbose