A small package for exploring leibniz sequences using the Rust programming language.
| Activity | |
| QA | |
| Other |
Project requires installation of Rust.
Project can be run from the project root folder with the command
cargo runRust documentation can be opened with the command
cargo doc --open --no-depsI recommend running the command with --no-deps option as long as you don't need documentation for the dependencies.
More thorough documentation on the app and how to install the executable file can be found in the docs folder.