Skip to content

Commit 783ed18

Browse files
Update metadata and readme more, bump ver
1 parent 0b838dd commit 783ed18

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "fath"
33
authors = [ "burgerindividual", "duplexsystem" ]
4-
version = "0.1.4"
4+
version = "0.1.5"
55
edition = "2021"
66
license = "LGPL-3.0"
77
repository = "https://github.com/burgerindividual/fath"
8-
description = "Fa(st ma)th library built for speed."
9-
keywords = ["math", "no_std", "graphics", "fast"]
8+
description = "Math library built for speed. Includes configurable-precision approximations and exact functions for both ints and floats. Uses cross-platform intrinsics and SIMD whenever possible."
9+
keywords = ["math", "no_std", "fast", "simd", "approximation"]
1010

1111
[dev-dependencies]
1212
rand = "0.8.5"

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# fath ![crates.io](https://img.shields.io/crates/v/fath.svg)
2-
### Fa(st ma)th library written in Rust, built for speed.
2+
### fa(st ma)th
3+
### A math library written in Rust, built for speed.
4+
5+
Includes configurable-precision approximations and exact functions for both ints and floats. Uses cross-platform intrinsics and SIMD whenever possible.
6+
37
--------------------
48

59
This library *heavily* relies on unsafe and nightly features to achieve the best performance. The primary use case for this library is in games or graphics development, where speed matters more than precision

0 commit comments

Comments
 (0)