Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xch-ceb/xch-project
A high-performance chemical equation parser and balancer
https://github.com/xch-ceb/xch-project
balancer chemical chemical-formulas chemistry equation-solver parser-library rust rust-crate
Last synced: about 2 months ago
JSON representation
A high-performance chemical equation parser and balancer
- Host: GitHub
- URL: https://github.com/xch-ceb/xch-project
- Owner: XCH-CEB
- License: gpl-3.0
- Created: 2018-02-08T13:48:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-16T11:04:56.000Z (almost 2 years ago)
- Last Synced: 2024-10-28T11:13:33.620Z (about 2 months ago)
- Topics: balancer, chemical, chemical-formulas, chemistry, equation-solver, parser-library, rust, rust-crate
- Language: Rust
- Homepage:
- Size: 365 KB
- Stars: 25
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# XCH Project
![Screenshot](Screenshot.png)
[![Build Status](https://travis-ci.org/XCH-CEB/xch-project.svg?branch=master)](https://travis-ci.org/XCH-CEB/xch-project)This is XCH Project.
It's a chemical equation balancing toolkit written in Rust language.
[lib_xch](https://crates.io/crates/lib_xch)
[xch-ceb](https://crates.io/crates/xch-ceb)# Goals of this project
Swift, Small, Safe.# License
Licensed under GPL-3.0# Plans
- [x] Uses regex-based parser
- [x] Uses Gaussian-Jordan Elimination
- [x] Provides the set of Basic Solutions
- [x] Uses AST-based parser
- [x] Supports WebAssembly
- [ ] Supports different kinds of I/O styles.