jeertmans/rpdf

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

开放

#79 创建于 2024年9月27日

 (0 条评论) (0 个反应) (0 位负责人)Rust (1 个派生)auto 404
enhancementgood first issuehacktoberfest

仓库指标

星标
 (44 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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!

贡献者指南