Metadata-Version: 2.4
Name: vfmc_core
Version: 1.2.1
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Rust
License-File: LICENSE
Summary: Rust core implementation for VFMC
Author-email: Rodney Kinney <rodney.m.kinney@gmail.com>
Requires-Python: >=3.9
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

This directory contains Rust code that binds the cubelib code to the VFMC python code.

To compile:
```
maturin develop --target <arch>
```
Where `<arch>` is either `aarch64-apple-darwin` or `something`

