Metadata-Version: 2.3
Name: strkit_rust_ext
Version: 0.17.2
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
License-File: LICENSE
Requires-Python: >=3.9
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# STRkit Rust extension

Extension for [STRKit](https://github.com/davidlougheed/strkit)
with components written in Rust, for improved performance.

&copy; the contributors of the STRkit Rust extension 2023-2024. Licensed under
the terms of the [GNU General Public License, v3.0](./LICENSE).

<img src="./rust_ext_logo.png" alt="STRkit Rust Extension Logo" width="400" height="259" />


## Testing locally

```bash
pip install maturin pytest
maturin develop
pytest
```

