bitcoin_opcodes 0.1.0

Bitcoin OpCodes that can be used interchangably with unsigned primitives
Documentation
[dependencies.serde]
default_features = false
features = ["derive"]
version = "^1.0"

[dependencies.strum]
default-features = false
features = ["derive"]
version = "^0.25.0"

[features]
alloc = ["serde/alloc"]
default = ["std"]
std = ["serde/std", "strum/std"]

[lib]
crate-type = ["lib"]

[package]
authors = ["blocksurf <blocksurf@protonmail.com>"]
categories = ["api-bindings", "cryptography::cryptocurrencies", "encoding", "no-std"]
description = "Bitcoin OpCodes that can be used interchangably with unsigned primitives"
edition = "2021"
keywords = ["bitcoin", "opcodes"]
license = "MIT"
name = "bitcoin_opcodes"
readme = "README.md"
repository = "https://github.com/blocksurf/bitcoin_opcodes"
version = "0.1.0"