[PR #21] [MERGED] Custom output #27

Closed
opened 2026-03-01 09:11:32 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosskers/cargo-aur/pull/21
Author: @SergioRibera
Created: 11/6/2023
Status: Merged
Merged: 11/27/2023
Merged by: @fosskers

Base: masterHead: custom_output


📝 Commits (7)

  • 0484b38 feat: add custom output as argument
  • 55fc121 fix: replace string path by pathbuf
  • 2bc4b8c refactor: move types to lib.rs
  • d08192a refactor: minor alterations
  • 37e93df lint: remove unused "free" args field
  • c36fdec fix: default output should respect CARGO_TARGET_DIR
  • 4da661c docs: add a few docstrings

📊 Changes

3 files changed (+184 additions, -145 deletions)

View changed files

📝 CHANGELOG.md (+8 -1)
src/lib.rs (+143 -0)
📝 src/main.rs (+33 -144)

📄 Description

Feature:

  • Add custom output path as argument

image


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fosskers/cargo-aur/pull/21 **Author:** [@SergioRibera](https://github.com/SergioRibera) **Created:** 11/6/2023 **Status:** ✅ Merged **Merged:** 11/27/2023 **Merged by:** [@fosskers](https://github.com/fosskers) **Base:** `master` ← **Head:** `custom_output` --- ### 📝 Commits (7) - [`0484b38`](https://github.com/fosskers/cargo-aur/commit/0484b382eb7aa28d22ccb0ade25e9fcf65195488) feat: add custom output as argument - [`55fc121`](https://github.com/fosskers/cargo-aur/commit/55fc12153b3367649b967445b1fb2654ad58ffb5) fix: replace string path by pathbuf - [`2bc4b8c`](https://github.com/fosskers/cargo-aur/commit/2bc4b8c7b5cbdd76634cab3b57284a7a29806b94) refactor: move types to `lib.rs` - [`d08192a`](https://github.com/fosskers/cargo-aur/commit/d08192a7214ea06e1e1f6ca5f608d0a3ca631e0f) refactor: minor alterations - [`37e93df`](https://github.com/fosskers/cargo-aur/commit/37e93df3472832cc8986e4c61990372ee2d4f222) lint: remove unused "free" args field - [`c36fdec`](https://github.com/fosskers/cargo-aur/commit/c36fdec13ab78166fd1e4e864507088386545797) fix: default output should respect `CARGO_TARGET_DIR` - [`4da661c`](https://github.com/fosskers/cargo-aur/commit/4da661c605e3280e3634d11d5204b89b87d0534c) docs: add a few docstrings ### 📊 Changes **3 files changed** (+184 additions, -145 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+8 -1) ➕ `src/lib.rs` (+143 -0) 📝 `src/main.rs` (+33 -144) </details> ### 📄 Description Feature: - Add custom output path as argument ![image](https://github.com/fosskers/cargo-aur/assets/56278796/a64aed2f-169e-477a-870b-6d589f671244) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-01 09:11:32 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cargo-aur#27