jeertmans/rpdf

[FEATURE] Publish build artifacts and refer to `cargo binstall`

オープン

#79 opened on 2024/09/27

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (1 件のフォーク)auto 404
enhancementgood first issuehacktoberfest

Repository metrics

Stars
 (44 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Issue

Currently, the only way to install rpdf is via cargo install.

While this is fine, one needs to compile the binaries locally, which is time-consuming.

Solution

We should provide, when publishing a new GitHub release, build artifacts with binaries for most common platform, through GitHub workflows.

One example of such workflow is the following: https://github.com/jeertmans/languagetool-rust/blob/v2.1.4/.github/workflows/release.yml

Please feel free to submit a PR with your implementation if you want to help!

コントリビューターガイド