fastalloc 1.0.1

Blazingly fast memory pooling library (50x faster than Box) with type-safe handles, zero-cost abstractions, no_std support, and multiple pool types for game engines, real-time systems, and high-performance servers
Documentation
stages:
  - test
  - benchmark
  - lint
  - security
  - deploy

variables:
  CARGO_HOME: $CI_PROJECT_DIR/.cargo
  RUST_BACKTRACE: "1"

cache:
  paths:
    - .cargo/
    - target/

include:
  - local: '.gitlab/ci/test.yml'
  - local: '.gitlab/ci/benchmark.yml'
  - local: '.gitlab/ci/lint.yml'
  - local: '.gitlab/ci/security.yml'
  - local: '.gitlab/ci/deploy.yml'