Metadata-Version: 2.4
Name: opensynaptic-rscore
Version: 0.1.0
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Summary: Rust acceleration wheel for OpenSynaptic core
Author: OpenSynaptic Contributors
License-Expression: MIT
Requires-Python: >=3.11
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# opensynaptic-rscore

Rust acceleration wheel for OpenSynaptic.

This crate keeps the existing C ABI exports used by `ctypes` and also exposes
an optional PyO3 extension module (`opensynaptic_rscore._native`) for wheel
builds driven by `maturin`.

Build wheel locally:

```powershell
py -3 -m pip install maturin
py -3 -m maturin build --manifest-path src/opensynaptic/core/rscore/rust/Cargo.toml --release
```


