shared-struct 0.1.2

Proc-macro for turning a struct into a shared concurrent wrapper
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
on: push

name: Test

jobs:
  test:
    runs-on: ubuntu-latest
    timeout-minutes: 30
    steps:
      - uses: actions/checkout@v4

      - run: rustup toolchain install nightly --profile minimal --no-self-update
      
      - uses: Swatinem/rust-cache@v2

      - name: cargo test
        run: cargo test --all-features