Skip to content

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

License

Notifications You must be signed in to change notification settings

xiexianbin/rust-actions-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published