[go: up one dir, main page]

num-iter 0.1.35

External iterators for generic mathematics
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

set -ex

echo Testing num-iter on rustc ${TRAVIS_RUST_VERSION}

# num-iter should build and test everywhere.
cargo build --verbose
cargo test --verbose

# test `no_std`
cargo build --verbose --no-default-features
cargo test --verbose --no-default-features