linearmap 0.0.1

datastructure to be published soon
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
language: rust
sudo: false
matrix:
  include:
    - rust: stable
    - rust: nightly
branches:
  only:
    - master
script:
  - |
      cargo build -v &&
      cargo test -v