diff --git a/Cargo.toml b/Cargo.toml index c40402b..f815468 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "exmex" -version = "0.20.2" # check html document root in lib.rs +version = "0.20.3" # check html document root in lib.rs authors = ["Behrang Shafei "] edition = "2021" license = "MIT OR Apache-2.0" diff --git a/src/lib.rs b/src/lib.rs index 44d1b23..2360849 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -#![doc(html_root_url = "https://docs.rs/exmex/0.20.2")] +#![doc(html_root_url = "https://docs.rs/exmex/0.20.3")] //! Exmex is an extendable mathematical expression parser and evaluator. Ease of use, flexibility, and efficient evaluations are its main design goals. //! Exmex can parse mathematical expressions possibly containing variables and operators. On the one hand, it comes with a list of default operators //! for floating point values. For differentiable default operators, Exmex can compute partial derivatives. On the other hand, users can define their