ring-alloc 0.1.0

Specialized allocator for short-living objects
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
on:
  push:
    branches:
      - main
name: release-please
jobs:
  release-please:
    runs-on: ubuntu-latest
    steps:
      - uses: GoogleCloudPlatform/release-please-action@v2
        with:
          token: ${{ secrets.GITHUB_TOKEN }}
          release-type: rust
          package-name: release-please-action