-
Notifications
You must be signed in to change notification settings - Fork 397
Rust: import functionality #1946
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Claude finished @domenkozar's task —— View job Code Review ProgressReviewing PR #1946: Rust cargo2nix import functionality Tasks:
Review FeedbackThis PR adds cargo2nix integration to allow importing Rust projects for granular builds. Overall, this is a well-implemented feature with good test coverage. Here's my detailed analysis: ✅ Strengths
|
This adds support for importing Rust projects using cargo2nix, enabling granular builds and better caching. Users can now import Rust projects and their dependencies as Nix packages using the new `languages.rust.import` option. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
Deploying devenv with
|
Latest commit: |
ccf572a
|
Status: | ✅ Deploy successful! |
Preview URL: | https://279ac28a.devenv.pages.dev |
Branch Preview URL: | https://cargo2nix.devenv.pages.dev |
Allow packaging Rust projects using cargo2nix.
Depends on #1500