stack-sizes 0.5.0

Tools to print stack usage information emitted by LLVM in human readable format
Documentation
name: CI

on:
  push:
    branches: [main, staging, trying]
  pull_request:
    branches: [main]

jobs:
  ci:
    name: CI
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: actions-rs/toolchain@v1
        with:
          override: true
          profile: minimal
          toolchain: stable
      - name: Build library and tools
        run: cargo b