Skip to content

Conversation

@kamilsa
Copy link
Contributor

@kamilsa kamilsa commented Nov 4, 2025

No description provided.

Copilot AI review requested due to automatic review settings November 4, 2025 12:25
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR refactors the build script to extract C binding generation logic into a shared build-helper crate, and renames the package from pq-bindings-c-rust to c_hash_sig_crust.

Key changes:

  • Simplified build.rs by delegating cbindgen logic to an external build-helper crate
  • Renamed package from pq-bindings-c-rust to c_hash_sig_crust in Cargo.toml
  • Replaced direct cbindgen dependency with a path dependency on build-helper

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
build.rs Replaced inline cbindgen configuration with a call to build_helper::run_cbindgen()
Cargo.toml Renamed package and replaced cbindgen build dependency with build-helper path dependency

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

2 participants