Add github actions section (#569)

A collection of rust github actions
This commit is contained in:
Stefan Ruzitschka 2018-12-17 13:08:41 +01:00 committed by kud1ing
parent c66157fde8
commit d624a8aa5f

View file

@ -355,6 +355,8 @@ See also [A comparison of operating systems written in Rust](https://github.com/
* CMake
* [Devolutions/CMakeRust](https://github.com/Devolutions/CMakeRust) — useful for integrating a Rust library into a CMake project
* [SiegeLord/RustCMake](https://github.com/SiegeLord/RustCMake) — an example project showing usage of CMake with Rust [<img src="https://api.travis-ci.org/SiegeLord/RustCMake.svg?branch=master">](https://travis-ci.org/SiegeLord/RustCMake)
* Github actions
* [icepuma/rust-github-actions](https://github.com/icepuma/rust-github-actions) — rust github actions
* Webpack
* [Ralvke/rust-loader](https://github.com/Ralvke/rust-loader) — Webpack Rust loader (wasm)