From 5b906fce8043d930317159b49526c97e27f13a48 Mon Sep 17 00:00:00 2001 From: Lukasz Mentel Date: Sat, 1 Jun 2024 20:28:26 +0200 Subject: [PATCH 1/4] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5cbcdc8c..8a5ea696 100644 --- a/README.md +++ b/README.md @@ -488,6 +488,12 @@ Feel free to submit [issues](https://github.com/lmmentel/mendeleev/issues) regar - submit a [pull request](https://github.com/lmmentel/mendeleev/pulls) so that your changes can be reviewed +## Other languages + +Due to great work of other people there are aleternative version in different languages: + +- **rust** https://crates.io/crates/mendeleev + ## License This package is released under the permissive MIT license, see [LICENSE](https://github.com/lmmentel/mendeleev/blob/master/LICENSE) From 869d7c8a0706f1c0b701ac805aef760e16d149af Mon Sep 17 00:00:00 2001 From: Lukasz Mentel Date: Sat, 1 Jun 2024 23:02:07 +0200 Subject: [PATCH 2/4] fix typo --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a5ea696..aac5fae1 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ of elements, ions and isotopes in the periodic table of elements. - [Contributing](#contributing) - [Issues](#issues) - [Pull requests](#pull-requests) +- [Implementations in other languages](#implementations-in-other-languages) - [License](#license) - [Citing](#citing) - [Funding](#funding) @@ -488,9 +489,9 @@ Feel free to submit [issues](https://github.com/lmmentel/mendeleev/issues) regar - submit a [pull request](https://github.com/lmmentel/mendeleev/pulls) so that your changes can be reviewed -## Other languages +## Implementations in other languages -Due to great work of other people there are aleternative version in different languages: +Due to great work of other people there are alternative versions in different languages: - **rust** https://crates.io/crates/mendeleev From 3ad9c8b8b2cf13652707785960e9c7dd77d93e2d Mon Sep 17 00:00:00 2001 From: Lukasz Mentel Date: Sun, 2 Jun 2024 01:13:07 +0200 Subject: [PATCH 3/4] add rust badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aac5fae1..502299ef 100644 --- a/README.md +++ b/README.md @@ -493,7 +493,7 @@ Feel free to submit [issues](https://github.com/lmmentel/mendeleev/issues) regar Due to great work of other people there are alternative versions in different languages: -- **rust** https://crates.io/crates/mendeleev +- ![Static Badge](https://img.shields.io/badge/language%20-%20rust%20-%20orange?style=flat&logo=Rust) https://crates.io/crates/mendeleev ## License From 3e00fce08175175323da936747f2f737ad0e5974 Mon Sep 17 00:00:00 2001 From: Lukasz Mentel Date: Sun, 2 Jun 2024 11:36:31 +0200 Subject: [PATCH 4/4] more details about rust mendeleev --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 502299ef..a70e21e5 100644 --- a/README.md +++ b/README.md @@ -493,7 +493,10 @@ Feel free to submit [issues](https://github.com/lmmentel/mendeleev/issues) regar Due to great work of other people there are alternative versions in different languages: -- ![Static Badge](https://img.shields.io/badge/language%20-%20rust%20-%20orange?style=flat&logo=Rust) https://crates.io/crates/mendeleev +| Name | Language | Source | Documentation | Releases | +| ---- | -------- | ------ | ------------- | -------- | +| `mendeleev` | ![Static Badge](https://img.shields.io/badge/language%20-%20rust%20-%20orange?style=flat&logo=Rust) | [gitlab](https://gitlab.com/ygor.souza/mendeleev) | [docs.rs/mendeleev](https://docs.rs/mendeleev/0.8.0) | [![Latest version](https://img.shields.io/crates/v/mendeleev.svg)](https://crates.io/crates/mendeleev) | + ## License