filebuffer 1.0.1

Fast and simple file reading
Documentation
# This file is generated from build.rcl.
{
  "env": {"CARGO_TERM_COLOR": "always"},
  "jobs": {
    "linux-1-40-0": {
      "runs-on": "ubuntu-latest",
      "steps": [
        {"uses": "actions/checkout@v4.2.1"},
        {
          "name": "Install toolchain",
          "run": "rustup toolchain install 1.40.0\nrustup target add x86_64-unknown-linux-gnu --toolchain 1.40.0\n"
        },
        {
          "name": "Build",
          "run": "cargo +1.40.0 build --target x86_64-unknown-linux-gnu --verbose"
        },
        {
          "name": "Run tests",
          "run": "cargo +1.40.0 test --target x86_64-unknown-linux-gnu --verbose"
        }
      ]
    },
    "linux-1-60-0": {
      "runs-on": "ubuntu-latest",
      "steps": [
        {"uses": "actions/checkout@v4.2.1"},
        {
          "name": "Install toolchain",
          "run": "rustup toolchain install 1.60.0\nrustup target add x86_64-unknown-linux-gnu --toolchain 1.60.0\n"
        },
        {
          "name": "Build",
          "run": "cargo +1.60.0 build --target x86_64-unknown-linux-gnu --verbose"
        },
        {
          "name": "Run tests",
          "run": "cargo +1.60.0 test --target x86_64-unknown-linux-gnu --verbose"
        }
      ]
    },
    "linux-1-80": {
      "runs-on": "ubuntu-latest",
      "steps": [
        {"uses": "actions/checkout@v4.2.1"},
        {
          "name": "Install toolchain",
          "run": "rustup toolchain install 1.80\nrustup target add x86_64-unknown-linux-gnu --toolchain 1.80\n"
        },
        {
          "name": "Build",
          "run": "cargo +1.80 build --target x86_64-unknown-linux-gnu --verbose"
        },
        {
          "name": "Run tests",
          "run": "cargo +1.80 test --target x86_64-unknown-linux-gnu --verbose"
        }
      ]
    },
    "linux-beta": {
      "runs-on": "ubuntu-latest",
      "steps": [
        {"uses": "actions/checkout@v4.2.1"},
        {
          "name": "Install toolchain",
          "run": "rustup toolchain install beta\nrustup target add x86_64-unknown-linux-gnu --toolchain beta\n"
        },
        {
          "name": "Build",
          "run": "cargo +beta build --target x86_64-unknown-linux-gnu --verbose"
        },
        {
          "name": "Run tests",
          "run": "cargo +beta test --target x86_64-unknown-linux-gnu --verbose"
        }
      ]
    },
    "windows-msvc-1-40-0-i686": {
      "runs-on": "windows-latest",
      "steps": [
        {"uses": "actions/checkout@v4.2.1"},
        {
          "name": "Install toolchain",
          "run": "rustup toolchain install 1.40.0\nrustup target add i686-pc-windows-msvc --toolchain 1.40.0\n"
        },
        {
          "name": "Build",
          "run": "cargo +1.40.0 build --target i686-pc-windows-msvc --verbose"
        },
        {
          "name": "Run tests",
          "run": "cargo +1.40.0 test --target i686-pc-windows-msvc --verbose"
        }
      ]
    },
    "windows-msvc-1-40-0-x86_64": {
      "runs-on": "windows-latest",
      "steps": [
        {"uses": "actions/checkout@v4.2.1"},
        {
          "name": "Install toolchain",
          "run": "rustup toolchain install 1.40.0\nrustup target add x86_64-pc-windows-msvc --toolchain 1.40.0\n"
        },
        {
          "name": "Build",
          "run": "cargo +1.40.0 build --target x86_64-pc-windows-msvc --verbose"
        },
        {
          "name": "Run tests",
          "run": "cargo +1.40.0 test --target x86_64-pc-windows-msvc --verbose"
        }
      ]
    },
    "windows-msvc-1-60-0-i686": {
      "runs-on": "windows-latest",
      "steps": [
        {"uses": "actions/checkout@v4.2.1"},
        {
          "name": "Install toolchain",
          "run": "rustup toolchain install 1.60.0\nrustup target add i686-pc-windows-msvc --toolchain 1.60.0\n"
        },
        {
          "name": "Build",
          "run": "cargo +1.60.0 build --target i686-pc-windows-msvc --verbose"
        },
        {
          "name": "Run tests",
          "run": "cargo +1.60.0 test --target i686-pc-windows-msvc --verbose"
        }
      ]
    },
    "windows-msvc-1-60-0-x86_64": {
      "runs-on": "windows-latest",
      "steps": [
        {"uses": "actions/checkout@v4.2.1"},
        {
          "name": "Install toolchain",
          "run": "rustup toolchain install 1.60.0\nrustup target add x86_64-pc-windows-msvc --toolchain 1.60.0\n"
        },
        {
          "name": "Build",
          "run": "cargo +1.60.0 build --target x86_64-pc-windows-msvc --verbose"
        },
        {
          "name": "Run tests",
          "run": "cargo +1.60.0 test --target x86_64-pc-windows-msvc --verbose"
        }
      ]
    },
    "windows-msvc-1-80-i686": {
      "runs-on": "windows-latest",
      "steps": [
        {"uses": "actions/checkout@v4.2.1"},
        {
          "name": "Install toolchain",
          "run": "rustup toolchain install 1.80\nrustup target add i686-pc-windows-msvc --toolchain 1.80\n"
        },
        {
          "name": "Build",
          "run": "cargo +1.80 build --target i686-pc-windows-msvc --verbose"
        },
        {
          "name": "Run tests",
          "run": "cargo +1.80 test --target i686-pc-windows-msvc --verbose"
        }
      ]
    },
    "windows-msvc-1-80-x86_64": {
      "runs-on": "windows-latest",
      "steps": [
        {"uses": "actions/checkout@v4.2.1"},
        {
          "name": "Install toolchain",
          "run": "rustup toolchain install 1.80\nrustup target add x86_64-pc-windows-msvc --toolchain 1.80\n"
        },
        {
          "name": "Build",
          "run": "cargo +1.80 build --target x86_64-pc-windows-msvc --verbose"
        },
        {
          "name": "Run tests",
          "run": "cargo +1.80 test --target x86_64-pc-windows-msvc --verbose"
        }
      ]
    },
    "windows-msvc-beta-i686": {
      "runs-on": "windows-latest",
      "steps": [
        {"uses": "actions/checkout@v4.2.1"},
        {
          "name": "Install toolchain",
          "run": "rustup toolchain install beta\nrustup target add i686-pc-windows-msvc --toolchain beta\n"
        },
        {
          "name": "Build",
          "run": "cargo +beta build --target i686-pc-windows-msvc --verbose"
        },
        {
          "name": "Run tests",
          "run": "cargo +beta test --target i686-pc-windows-msvc --verbose"
        }
      ]
    },
    "windows-msvc-beta-x86_64": {
      "runs-on": "windows-latest",
      "steps": [
        {"uses": "actions/checkout@v4.2.1"},
        {
          "name": "Install toolchain",
          "run": "rustup toolchain install beta\nrustup target add x86_64-pc-windows-msvc --toolchain beta\n"
        },
        {
          "name": "Build",
          "run": "cargo +beta build --target x86_64-pc-windows-msvc --verbose"
        },
        {
          "name": "Run tests",
          "run": "cargo +beta test --target x86_64-pc-windows-msvc --verbose"
        }
      ]
    }
  },
  "name": "Build",
  "on": {"pull_request": {"branches": ["master"]}, "push": {"branches": ["*"]}}
}