A collection of opcodes used in Bitcoin Script
Not a full list of all available opcodes. Feel free to add more and submit a pull request.
Add package to Cargo.toml file
rust [dependencies] bitcoin-script-opcodes = "0.1.0"
```rust use bitcoinscriptopcodes::{OP_0};
// use codes here....
```
Available opcodes and documentation can be found here
MIT © Joe Gesualdo