blink-alloc 0.4.0

Fast, concurrent, arena-based allocator with drop support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: badge

on:
  push:
    branches: [ main ]

env:
  CARGO_TERM_COLOR: always

jobs:
  test:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v4
    - name: Install stable toolchain
      uses: actions-rust-lang/setup-rust-toolchain@v1
    - name: Run cargo test
      run: cargo test --all --features=sync