[go: up one dir, main page]

float-ord 0.1.1

A total ordering for floating-point numbers
Documentation
language: rust
cache: cargo
rust:
  - nightly
  - beta
  - stable

branches:
  only:
    - master
    - staging
    - trying

env:
  - FEATURES="pdqsort"
  - FEATURES=""

script:
  - cargo test --features="$FEATURES"

matrix:
  fast_finish: true

notifications:
  email: false