[dependencies.serde]
features = ["derive"]
version = "^1.0"
[dev-dependencies.rand]
features = []
version = "0.8.5"
[lib]
name = "i_float"
path = "src/lib.rs"
[package]
authors = ["Nail Sharipov <nailxsharipov@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "This fixed float math library provides an efficient and deterministic solution for arithmetic and geometric operations."
edition = "2021"
license = "MIT"
name = "i_float"
readme = "README.md"
repository = "https://github.com/iShape-Rust/iFloat"
version = "1.3.1"
[[test]]
name = "bit_pack_tests"
path = "tests/bit_pack_tests.rs"
[[test]]
name = "display_tests"
path = "tests/display_tests.rs"
[[test]]
name = "fix_angle_tests"
path = "tests/fix_angle_tests.rs"
[[test]]
name = "fix_float_test"
path = "tests/fix_float_test.rs"
[[test]]
name = "fix_vec_test"
path = "tests/fix_vec_test.rs"
[[test]]
name = "u128_tests"
path = "tests/u128_tests.rs"