Metadata-Version: 2.1
Name: pycoin_rs
Version: 0.1.0
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# pycoin_rs

Rust and pyo3-based speed-ups for pycoin.

This is a rust-based python wheel that wraps [rust-bitcoin](https://docs.rs/bitcoin/latest/bitcoin/).

The plan is to integrate it with `pycoin` as an optional drop-in to speed up slow operations implemented in python.

