Skip to content

Conversation

@EncodePanda
Copy link
Owner

Include support for:

  • Rust projects (cargo)
  • Scala (sbt)

Make the code easy to extend it with other languages and frameworks in the future

Closes #1

It builts the GlobalSet based on the ArtifactTypes' patterns. Currently main
calls fetch_artifacts by providing list of all built-in artifact
types (currentyl two).

In the future we will support further custimizations
@@ -0,0 +1,21 @@
#[derive(Debug, Clone)]
#[allow(dead_code)]
Copy link
Owner Author

Choose a reason for hiding this comment

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

The Custom is used only in tests currently, thus dead code allowed (for now)

@EncodePanda EncodePanda merged commit 019034e into main Jun 2, 2025
1 check passed
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.

Add builtin support for well-known projects/frameworks

2 participants