slow_primes 0.1.0

A library to generate, identify and handle prime numbers and related properties. This library includes slow enumeration of primes up to a bound, slow factorisation of arbitrary numbers, fast primality tests and state-of-the-art estimation of upper and lower bounds for π(*n*) (the number of primes below *n*) and *p<sub>k</sub>* (the <i>k</i>th prime).
env:
  global:
    - secure: Pxqx8rgBOcxrCbIUbONh9V0kGIYnYS03nUXZsTVuN5EmSEWj/wK0Xj9o0TMn6ICeDc97FJODM4U8E9JK5simysIbVcKb8AOp1E7Tm6vgt4mcmtp/dtjBOiQ0a2Cog6rFeCY0Dvhap3rywXUDqiqNuQ5hXEaezcqVMYhBUjxES0k=
install:
  - curl https://static.rust-lang.org/rustup.sh | sudo sh -
script:
  - cargo build --verbose && cargo test --verbose && cargo doc --verbose && mv target/doc doc
after_script:
  - curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh