bitcoin-derive

Crates.iobitcoin-derive
lib.rsbitcoin-derive
version0.1.16-alpha.0
sourcesrc
created_at2023-01-17 21:06:09.468933
updated_at2023-03-31 01:23:03.88009
descriptionproc macros for the bitcoin system
homepage
repositoryhttps://github.com/klebz/bitcoin-rs
max_upload_size
id761291
size101,819
(klebs6)

documentation

https://docs.rs/bitcoin-derive

README

bitcoin-derive

Description

bitcoin-derive is a proc macro crate in the Bitcoin Rust workspace, providing macros for deriving various traits for Bitcoin-related types. This crate is a direct translation of the Bitcoin codebase from C++ to Rust and some function bodies may still be in the process of translation.

Features

bitcoin-derive provides macros for deriving traits for Bitcoin-related types, including serialization and deserialization traits, as well as other custom traits used within the Bitcoin ecosystem.

Usage

To use bitcoin-derive, simply include it as a dependency in your Rust project's Cargo.toml file and then use the appropriate proc macros to derive the desired traits for your Bitcoin-related types.

Commit count: 48

cargo fmt