assert_float_eq 1.1.3

Assertions for floating-point equality.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
authors = ["Alex Huszagh <ahuszagh@gmail.com>"]
categories = ["development-tools", "development-tools::debugging"]
description = "Assertions for floating-point equality."
documentation = "https://docs.rs/assert_float_eq"
keywords = ["unittesting", "float"]
license = "MIT/Apache-2.0"
name = "assert_float_eq"
readme = "README.md"
repository = "https://github.com/AlexHuszagh/assert_float_eq"
version = "1.1.3"

[badges]
travis-ci = { repository = "AlexHuszagh/assert_float_eq" }

[features]
default = ["std"]
std = []