rustframe 0.0.1-a.20250805

A simple dataframe and math toolkit
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# docker-compose.yml

services:
  github-runner:
    build:
      context: .
      args:
        RUNNER_VERSION: 2.323.0
    # container_name commented to allow for multiple runners
    # container_name: github-runner
    env_file:
      - .env
    volumes:
      - runner-work:/home/runner/actions-runner/_work
    restart: unless-stopped

volumes:
  runner-work: