array_iterator 1.2.0

Owning iterators based on arrays.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
include:
- remote: 'https://gitlab.com/kevincox/rust-ci/-/raw/v1/gitlab-ci.yml'

test-miri:
  only: [branches]
  image: rust
  script:
  - '[[ $FULL ]] && cargo clean'
  - version=nightly-$(curl -s https://rust-lang.github.io/rustup-components-history/x86_64-unknown-linux-gnu/miri)
  - rustup set profile minimal
  - rustup default "$version"
  - rustup component add miri
  - cargo miri test --locked