Reduced number of errors

This commit is contained in:
elvis
2025-11-26 03:44:29 +01:00
parent f0cbdadde6
commit fe9ef69bb6
8 changed files with 417 additions and 402 deletions

View File

@ -38,9 +38,9 @@ sudo pacman -S rustup
brew install rustup
\end{minted}
After installation run \mintinline{bash}{rustup default stable} to install a target. To install the wasm32 target a script is provided in the folder \(\texttt{reaction\_systems\_gui/}\) named \(\texttt{setup\_web.sh}\).
After installation run \mintinline{bash}{rustup default stable} to install a target. To install the wasm32 target a script is provided in the folder \(\texttt{reaction\_systems\_gui/}\) named\\\(\texttt{setup\_web.sh}\).
A script is provided to check for errors during development in the folder \(\texttt{reaction\_systems\_gui/}\) called \(\texttt{check.sh}\).
A script is provided to check for errors during development in the folder\\\(\texttt{reaction\_systems\_gui/}\) called \(\texttt{check.sh}\).
To format the code in a uniform way run \mintinline{bash}{cargo +nightly fmt}.