We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 989d270 commit 7580fd6Copy full SHA for 7580fd6
Cargo.toml
@@ -4,7 +4,7 @@ name = "half"
4
version = "2.5.0"
5
authors = ["Kathryn Long <squeeself@gmail.com>"]
6
description = "Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types."
7
-repository = "https://github.com/starkat99/half-rs"
+repository = "https://github.com/VoidStarKat/half-rs"
8
readme = "README.md"
9
keywords = ["f16", "bfloat16", "no_std"]
10
license = "MIT OR Apache-2.0"
0 commit comments