voracious_radix_sort 0.1.0

Very fast radix sort for all Rust primitive types and struct (except Array and tuple)
Documentation
language: rust
rust:
  - stable
cache: cargo
script:
  - cargo build --verbose
  - cargo test --release --verbose