An open API service indexing awesome lists of open source software.

https://github.com/richardkiss/pycoin_rs

Rust and pyo3-based speed-ups for pycoin.
https://github.com/richardkiss/pycoin_rs

Last synced: 7 months ago
JSON representation

Rust and pyo3-based speed-ups for pycoin.

Awesome Lists containing this project

README

          

# 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.