Metadata-Version: 2.4
Name: ev-sdk
Version: 0.1.0rc788
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# Rust

The rust sub-directory holds the rust source (using pyo3) for the `ev` python package.

It's structured similarly to `daft` where the workspace has a top-level lib which exports the python module via pyo3. Then the python package points to the `rust/src/Cargo.toml` rather than hosting all rust code within the `python/ev/src` directory.

