[package] name = "kth" description = "Find the k-th order element of an array (one of which is the median)" version = "0.1.0" authors = ["Cody P Schafer "] keywords = ["nth_element", "partition", "median", "select", "no_std"] repository = "https://github.com/jmesmon/kth" documentation = "https://docs.rs/kth" include = [ "Cargo.toml", "**/*.rs" ] license = "Apache-2.0 OR MIT" [features] nightly = [] [dependencies] index-fixed = "0.0" [build-dependencies] rustc_version = "0.2" [dev-dependencies] quickcheck = "0.4" rand = "0.3" [profile.test] panic = "abort" [profile.bench] debug = 2 [profile.release] debug = 2