electricui-embedded 0.1.5

An unofficial and incomplete `no_std` Rust library for implementing the ElectricUI Binary Protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
name: Security Audit

on: [push, pull_request]

jobs:
  audit:
    name: Audit
    runs-on: ubuntu-20.04
    steps:
      - uses: actions/checkout@v1
      - uses: actions-rs/audit-check@v1
        with:
          token: ${{ secrets.GITHUB_TOKEN }}