Skip to content

Crypto using RustCrypto #56

Crypto using RustCrypto

Crypto using RustCrypto #56

Workflow file for this run

name: Rust
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install target
run: rustup target add thumbv7em-none-eabihf
- name: Build
run: cargo build --all
- name: Formatting
run: cargo fmt -- --check