Skip to content

Conversation

@SigireddyBalasai
Copy link

  • Added Cargo.toml for Rust project setup with dependencies including pyo3 and binwalk.
  • Removed Poetry lock file and related configurations.
  • Deleted old Python module structure and replaced it with a new SDK structure.
  • Created a new Python interface in src/binwalk_python_sdk/init.py for basic scanning functionality.
  • Implemented basic_scan function in Rust, exposing it to Python via PyO3.
  • Updated project metadata in pyproject.toml for the new structure.
  • Added version management with version.py.
  • Configured build system using maturin for Rust-Python integration.

- Added Cargo.toml for Rust project setup with dependencies including pyo3 and binwalk.
- Removed Poetry lock file and related configurations.
- Deleted old Python module structure and replaced it with a new SDK structure.
- Created a new Python interface in src/binwalk_python_sdk/__init__.py for basic scanning functionality.
- Implemented basic_scan function in Rust, exposing it to Python via PyO3.
- Updated project metadata in pyproject.toml for the new structure.
- Added version management with version.py.
- Configured build system using maturin for Rust-Python integration.
@SigireddyBalasai
Copy link
Author

@pUrGe12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant