offset-vec 0.3.6

Packer for Vec and String etc, for all methods index add a offset
Documentation
name: Rust test

on:
  push:
    branches: ["main"]
  pull_request:
    branches: ["main"]

env:
  CARGO_TERM_COLOR: always

jobs:
  build-linux:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - run: cargo doc
      - run: cargo test
      - run: cargo test --all-features
      - run: cargo clippy -- -D warnings
      - run: cargo clippy --all-features -- -D warnings