Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add section for alternative implementation of mendeleev to README #163

Merged
merged 4 commits into from
Jun 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
Loading