float_sort 0.1.0

Simple crate to sort f32 and f64 vectors safely using total_cmp
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "float_sort"
version = "0.1.0"
edition = "2021"
authors = ["Zaif Mirza email : zaifmirza9@gmail.com"]
description = "Simple crate to sort f32 and f64 vectors safely using total_cmp"
license = "MIT"
repository = "https://github.com/wdcs-zaifmirza/float_sort"
documentation = "https://docs.rs/float_sort"
readme = "Readme.md"
keywords = ["float", "sort", "f64", "f32", "ordering"]
categories = ["algorithms", "data-structures"]

[dependencies]