From d98cfb3ab8606b33c34df36d0fcdec991c59001d Mon Sep 17 00:00:00 2001 From: Nil Goyette Date: Fri, 2 Jun 2023 11:56:44 -0400 Subject: [PATCH] Add both approx features --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index eab086c9c..9e3d37247 100644 --- a/README.rst +++ b/README.rst @@ -83,6 +83,14 @@ your `Cargo.toml`. - Enables parallel iterators, parallelized methods and ``par_azip!``. - Implies std +- ``approx`` + + - Implementations of traits from version 0.4 of the [`approx`] crate. + +- ``approx-0_5`` + + - Implementations of traits from version 0.5 of the [`approx`] crate. + - ``blas`` - Enable transparent BLAS support for matrix multiplication.