bitcoin_opcodes 0.1.0

Bitcoin OpCodes that can be used interchangably with unsigned primitives
Documentation
  • Coverage
  • 99.16%
    118 out of 119 items documented0 out of 1 items with examples
  • Size
  • Source code size: 24.99 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.6 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 25s Average build duration of successful builds.
  • all releases: 25s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • blocksurf/bitcoin_opcodes
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • blocksurf

bitcoin_opcodes

bitcoin_opcodes provides OpCodes that can be used interchangably with numeric primitives

Usage

Add this to your Cargo.toml:

[dependencies]
bitcoin_opcodes = "0.1.0"

Features

This crate supports two features: std and alloc.

The std feature is enabled by default. If you specify default-features = false to disable std, be aware this removes Serde support for any standard library data structures that involve heap memory allocation.

The alloc feature enables serde/alloc for cases when an allocator is needed.