bitcoin-script-opcodes 0.1.0

A collection of opcodes used in Bitcoin Script
Documentation
# Bitcoin Script Opcodes
> A collection of opcodes used in Bitcoin Script

#### Note
Not a full list of all available opcodes. Feel free to add more and submit a pull request.

## Install
> Add package to Cargo.toml file
```rust
[dependencies]
bitcoin-script-opcodes = "0.1.0"
```

## Usage:
```rust
use bitcoin_script_opcodes::{OP_0};

// use codes here....

```

## Documentation
Available opcodes and documentation can be found [here](https://docs.rs/bitcoin-script-opcodes/latest/bitcoin_script_opcodes/)

## License
MIT © [Joe Gesualdo]()