LICENSE
README.md
pyproject.toml
src/rextio_numpy/__about__.py
src/rextio_numpy/__init__.py
src/rextio_numpy/diagnostics.py
src/rextio_numpy/plugin.py
src/rextio_numpy/plugin_types.py
src/rextio_numpy/types.py
src/rextio_numpy.egg-info/PKG-INFO
src/rextio_numpy.egg-info/SOURCES.txt
src/rextio_numpy.egg-info/dependency_links.txt
src/rextio_numpy.egg-info/entry_points.txt
src/rextio_numpy.egg-info/requires.txt
src/rextio_numpy.egg-info/top_level.txt
src/rextio_numpy/claim/__init__.py
src/rextio_numpy/claim/binops.py
src/rextio_numpy/claim/compare.py
src/rextio_numpy/claim/fusion.py
src/rextio_numpy/claim/linear.py
src/rextio_numpy/claim/logical.py
src/rextio_numpy/claim/reductions.py
src/rextio_numpy/claim/unary.py
src/rextio_numpy/claim/where.py
src/rextio_numpy/lower/__init__.py
src/rextio_numpy/lower/binops.py
src/rextio_numpy/lower/compare.py
src/rextio_numpy/lower/contracts.py
src/rextio_numpy/lower/fusion.py
src/rextio_numpy/lower/linear.py
src/rextio_numpy/lower/logical.py
src/rextio_numpy/lower/reductions.py
src/rextio_numpy/lower/unary.py
src/rextio_numpy/lower/where.py
src/rextio_numpy/rules/__init__.py
src/rextio_numpy/rules/coverage.py
src/rextio_numpy/rules/records_fallback.py
src/rextio_numpy/rules/records_native.py
src/rextio_numpy/rust_snippets/__init__.py
src/rextio_numpy/rust_snippets/array_repr.py
src/rextio_numpy/rust_snippets/comparison.py
src/rextio_numpy/rust_snippets/elementwise.py
src/rextio_numpy/rust_snippets/fusion.py
src/rextio_numpy/rust_snippets/linear.py
src/rextio_numpy/rust_snippets/logical.py
src/rextio_numpy/rust_snippets/reductions.py
src/rextio_numpy/rust_snippets/unary.py
src/rextio_numpy/rust_snippets/where.py
tests/test_benchmarks_boundary_allocation_poc.py
tests/test_benchmarks_matmul_wave2.py
tests/test_benchmarks_stats.py
tests/test_benchmarks_suite.py
tests/test_certification_real_cargo.py
tests/test_claim_and_lower.py
tests/test_claim_binops.py
tests/test_claim_fusion.py
tests/test_claim_linear.py
tests/test_claim_methods.py
tests/test_claim_reductions.py
tests/test_claim_unary.py
tests/test_compare_where.py
tests/test_f64_1d_output_helper_real_cargo.py
tests/test_import_minimal_runtime.py
tests/test_integration_axis_claims.py
tests/test_integration_compare_where.py
tests/test_integration_fusion.py
tests/test_integration_ufunc_calls.py
tests/test_lower_binops.py
tests/test_lower_contract_hardening.py
tests/test_lower_fusion.py
tests/test_lower_linear.py
tests/test_lower_methods.py
tests/test_lower_reductions.py
tests/test_lower_unary.py
tests/test_plugin.py
tests/test_plugin_types.py
tests/test_return_ownership.py
tests/test_rules_records.py
tests/test_types_vocabulary.py
tests/test_ufunc_calls.py