[package] name = "approx_eq" version = "0.1.8" authors = ["Jeff Shen "] edition = "2018" license = "MIT OR Apache-2.0" readme = "README.md" description = "A macro for comparing equality of two values up to an arbitrary error in the *relative* difference" repository = "https://github.com/al-jshen/approx_eq" keywords = ["testing", "error", "approximate", "float", "comparison"] [dependencies]