Skip to content
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

Add Rust backend #77

Merged
merged 1 commit into from
Sep 28, 2021
Merged

Add Rust backend #77

merged 1 commit into from
Sep 28, 2021

Conversation

cbrewster
Copy link
Member

@cbrewster cbrewster commented Sep 28, 2021

Adds support for Rust packaging via cargo and cargo-edit.

No guessing is supported. The only thing we could guess on is extern crate <crate>, however, that is no longer required in the latest Rust edition and isn't widely used anymore.

This may not handle every edge-case for Cargo.toml dependencies, but we can start using it experimentally and feel out the limitations/bugs.

internal/backends/rust/rust.go Outdated Show resolved Hide resolved
internal/backends/rust/rust.go Show resolved Hide resolved
Copy link
Contributor

@lhchavez lhchavez left a comment

Choose a reason for hiding this comment

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

@cbrewster cbrewster merged commit 98447b2 into master Sep 28, 2021
@blast-hardcheese blast-hardcheese added major enhancement New feature or request labels Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request major
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants