index-fixed 0.0.1

slice index-ables into fixed-length slices (arrays, [T;N])
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
language: rust
env: TARGET_ARCH=x86_64 TARGET_VENDOR=-unknown TARGET_OS=linux-gnu
rust:
  - stable
  - beta
  - nightly

script:
  - ci/script.sh

after_success:
  - ci/travis-doc-upload.sh