LICENSE
MANIFEST.in
PYPI.md
README.md
pyproject.toml
src/rextio/__about__.py
src/rextio/__init__.py
src/rextio/capabilities.py
src/rextio/exceptions.py
src/rextio/limits.py
src/rextio.egg-info/PKG-INFO
src/rextio.egg-info/SOURCES.txt
src/rextio.egg-info/dependency_links.txt
src/rextio.egg-info/entry_points.txt
src/rextio.egg-info/requires.txt
src/rextio.egg-info/top_level.txt
src/rextio/analyzer/__init__.py
src/rextio/analyzer/boundary.py
src/rextio/analyzer/call_resolution.py
src/rextio/analyzer/common_calls.py
src/rextio/analyzer/diagnostic_codes.py
src/rextio/analyzer/diagnostics.py
src/rextio/analyzer/embedding.py
src/rextio/analyzer/import_policy.py
src/rextio/analyzer/logging_format.py
src/rextio/analyzer/models.py
src/rextio/analyzer/module_parser.py
src/rextio/analyzer/native_marker.py
src/rextio/analyzer/project_scanner.py
src/rextio/analyzer/top_level.py
src/rextio/analyzer/type_collector.py
src/rextio/analyzer/type_predicates.py
src/rextio/analyzer/unsupported_patterns.py
src/rextio/bench/__init__.py
src/rextio/bench/runner.py
src/rextio/build/__init__.py
src/rextio/build/artifact_layout.py
src/rextio/build/cargo_builder.py
src/rextio/build/executable_builder.py
src/rextio/build/maturin_builder.py
src/rextio/build/orchestrator.py
src/rextio/build/preflight.py
src/rextio/build/rust_crate_builder.py
src/rextio/build/subprocess_utils.py
src/rextio/build/toolchain.py
src/rextio/build/wheel_builder.py
src/rextio/cli/__init__.py
src/rextio/cli/bench_cmd.py
src/rextio/cli/build_cmd.py
src/rextio/cli/check_cmd.py
src/rextio/cli/clean_cmd.py
src/rextio/cli/config_overrides.py
src/rextio/cli/generate_cmd.py
src/rextio/cli/init_cmd.py
src/rextio/cli/main.py
src/rextio/cli/reporter.py
src/rextio/codegen/__init__.py
src/rextio/codegen/native_names.py
src/rextio/codegen/subprocess_dispatcher.py
src/rextio/codegen/python_wrapper/__init__.py
src/rextio/codegen/python_wrapper/wrapper_gen.py
src/rextio/codegen/rust/__init__.py
src/rextio/codegen/rust/cargo.py
src/rextio/codegen/rust/checked_arith.py
src/rextio/codegen/rust/errors.py
src/rextio/codegen/rust/generator.py
src/rextio/codegen/rust/keywords.py
src/rextio/codegen/rust/pyo3.py
src/rextio/codegen/rust/rust_format.py
src/rextio/codegen/rust/subprocess_client.py
src/rextio/codegen/rust/type_map.py
src/rextio/config/__init__.py
src/rextio/config/defaults.py
src/rextio/config/loader.py
src/rextio/config/schema.py
src/rextio/fallback/__init__.py
src/rextio/fallback/build_result.py
src/rextio/fallback/cpython.py
src/rextio/fallback/fallback_marker.py
src/rextio/fallback/module_copy.py
src/rextio/fallback/nuitka.py
src/rextio/ir/__init__.py
src/rextio/ir/lowering.py
src/rextio/ir/module.py
src/rextio/ir/nodes.py
src/rextio/ir/types.py
src/rextio/partition/__init__.py
src/rextio/partition/build_plan.py
src/rextio/partition/classifier.py
src/rextio/partition/fallback_plan.py
src/rextio/partition/native_plan.py
src/rextio/plugins/__init__.py
src/rextio/plugins/loader.py
src/rextio/plugins/models.py
src/rextio/runtime/__init__.py
src/rextio/runtime/boundary_call.py
src/rextio/runtime/boundary_fallback.py
src/rextio/runtime/flags.py
src/rextio/runtime/native_loader.py
src/rextio/targets/__init__.py
src/rextio/targets/models.py
src/rextio/targets/plan.py