Skip to content

Commit 1ef6d8d

Browse files
committed
remove links to approxim from Readme.md
1 parent 4528dfb commit 1ef6d8d

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

README.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,9 @@
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.

0 commit comments

Comments
 (0)