structiagram 0.1.3

Structiagram is a tool to generate Rust struct relation diagram as mermaid.js format.
1
2
3
4
5
6
7
8
9
10
name: Setup runner
description: Setup runner
runs:
  using: composite
  steps:
    - uses: actions-rs/toolchain@v1
      with:
        toolchain: stable
        components: rustfmt, clippy
    - uses: ./.github/actions/cache-cargo