Skip to content

Commit

Permalink
add docs.rs documentation; update version
Browse files Browse the repository at this point in the history
  • Loading branch information
FauconFan committed Jul 3, 2022
1 parent 9cf23ce commit e459f86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
@@ -1,11 +1,12 @@
[package]
name = "fix_float"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
authors = ["FauconFan <joseph0priou@gmail.com>"]
description = "Fixed floating types that allows useful trait implementations and datastructures on float numbers"
license = "MIT"
repository = "https://github.com/FauconFan/fix_float"
documentation = "https://docs.rs/crate/fix_float"
keywords = ["ff64", "ff32", "Ord", "Hash", "total_cmp"]
categories = ["data-structures", "encoding"]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -104,5 +104,5 @@ let set: HashSet<ff64> = HashSet::new();
let heap: BinaryHeap<ff64> = BinaryHeap::new();
```

Current version: 0.1.3
Current version: 0.1.4
License: MIT

0 comments on commit e459f86

Please sign in to comment.