Skip to content

perf: add benchmarks and optimize encoding #2

perf: add benchmarks and optimize encoding

perf: add benchmarks and optimize encoding #2

Workflow file for this run

name: Crates
on:
push:
tags:
- "v*"
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: katyo/publish-crates@v2
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
ignore-unpublished-changes: true