diff --git a/README.md b/README.md index 5cbcdc8c..a70e21e5 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,6 +489,15 @@ 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 +## Implementations in other languages + +Due to great work of other people there are alternative versions in different languages: + +| 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 This package is released under the permissive MIT license, see [LICENSE](https://github.com/lmmentel/mendeleev/blob/master/LICENSE)