xiexianbin / rust-actions-demo

rust项目模板,集成Makefile和Github Action。rust test and release demo

Home Page:https://crates.io/crates/x_demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rust-actions-demo

build-test crates.io

rust project demo/template with github actions.

usage

  • release
// create git tag and binary
git tag v0.1.0
git push origin --tags

// publish to https://crates.io/crates/<xxx>
cargo publish
  • download
curl -Lfs -o main https://github.com/xiexianbin/rust-actions-demo/releases/latest/download/demo  # -{linux|darwin|windows}
chmod +x demo
./demo

or

cargo install x_demo
  • 其他示例

https://github.com/xiexianbin/rust-httpserver

About

rust项目模板,集成Makefile和Github Action。rust test and release demo

https://crates.io/crates/x_demo

License:Apache License 2.0


Languages

Language:Rust 82.2%Language:Makefile 17.8%