xch-project icon indicating copy to clipboard operation
xch-project copied to clipboard

A high-performance chemical equation parser and balancer

Results 7 xch-project issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [nalgebra](https://github.com/dimforge/nalgebra) to permit the latest version. Changelog Sourced from nalgebra's changelog. [0.32.1] (14 Jan. 2023) Modified Updated nalgebra-macros to use the new Dyn, avoiding macro-generated deprecation...

dependencies

Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. Changelog Sourced from criterion's changelog. [0.4.0] - 2022-09-10 Removed The Criterion::can_plot function has been removed. The Criterion::bench_function_over_inputs function has been...

dependencies

[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...

dependencies

[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...

dependencies

[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...

dependencies

Use `nom` instead of `pest` for better performance and neat code.

Currently, `Cell` is a mod in `lib_xch` which aims to provide safe computing (computing without overflow) I am going to separate it from `lib_xch` in order to provide `Cell` to...