File tree Expand file tree Collapse file tree 1 file changed +2
-18
lines changed
Expand file tree Collapse file tree 1 file changed +2
-18
lines changed Original file line number Diff line number Diff line change 11# approx
22
3- ![ Test] ( https://img.shields.io/github/actions/workflow/status/jonaspleyer/approxim /test.yml?style=flat-square&label=Test )
3+ ![ Test] ( https://img.shields.io/github/actions/workflow/status/brendanzab/approx /test.yml?style=flat-square&label=Test )
44[ ![ Crate] ( https://img.shields.io/crates/v/approxim.svg?style=flat-square )] ( https://crates.io/crates/approxim )
55[ ![ License Apache] ( https://img.shields.io/badge/License-Apache%202.0-brightgreen.svg?style=flat-square )] ( https://opensource.org/licenses/Apache-2.0 )
66[ ![ Docs] ( https://img.shields.io/docsrs/approxim?style=flat-square )] ( https://docs.rs/approxim )
7- [ ![ Minimum rustc version] ( https://img.shields.io/badge/rustc-1.36+-lightgray.svg?style=flat-square )] ( https://github.com/jonaspleyer/approxim#rust-version-requirements )
8- ![ Codecov] ( https://img.shields.io/codecov/c/github/jonaspleyer/approxim?style=flat-square )
7+ [ ![ Minimum rustc version] ( https://img.shields.io/badge/rustc-1.36+-lightgray.svg?style=flat-square )] ( https://github.com/brendanzab/approx#rust-version-requirements )
98
109> Approximate floating point equality comparisons and assertions for the Rust Programming Language.
11-
12- This is a fork of the popular [ approx] ( https://github.com/brendanzab/approx ) crate which extends the
13- functionality of ` approx ` by implementing many of the PRs of the original crate.
14- It also provides derive macros via ` approx-derive `
15-
16- ## Replace ` approx `
17- To act as a drop-in replacement for [ approx] ( https://github.com/brendanzab/approx ) , one can use the
18- renaming option provided by cargo.
19-
20- ``` toml
21- # Cargo.toml
22- [dependencies ]
23- approx = { package = " approxim" , version = " CURRENT_VERSION" }
24- ```
25- Note that no further changes are required. Derive macros should also work with this workaround.
You can’t perform that action at this time.
0 commit comments