[go: up one dir, main page]

region 2.1.0

A library for manipulating memory regions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
freebsd_instance:
  image: freebsd-12-0-release-amd64

test_task:
  env:
    matrix:
      CHANNEL: stable
      CHANNEL: beta
      CHANNEL: nightly

  install_rust_script:
    - curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain $CHANNEL
  install_packages_script:
    - pkg install -y bash
  test_script:
    - bash -c 'source ~/.cargo/env; cargo -V; cargo test'