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.
- Host: GitHub
- URL: https://github.com/richardkiss/pycoin_rs
- Owner: richardkiss
- Created: 2022-12-07T06:50:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-17T05:02:52.000Z (over 1 year ago)
- Last Synced: 2025-01-15T13:28:53.779Z (9 months ago)
- Language: Rust
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.