array_iterator 0.2.2

Owning iterators based on arrays.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
variables:
  RUST_BACKTRACE: "1"
  RUSTFLAGS: -D warnings
  TIME: "Time: %E, CPU: %P"

cache:
  key: "$CI_JOB_NAME"
  paths:
    - target/

test:
  image: rust:slim
  script:
  - cargo test --locked
  - rustup component add clippy
  - cargo clippy --all-targets --all-features -- -D warnings
  - cargo test --locked --release