rustimizer 0.1.1

PoC for decision making in Rust. Disclaimer: The project's name was chosen with the help of an LLM.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## Details

This PR fixes <# issue>.

## Release Notes

## Checklist

I confirm that before submitting this PR I have:

- [ ] The PR title is using the [Conventional Commits]https://www.conventionalcommits.org/en/v1.0.0/#summary language.
- [ ] updated the code documentation.
- [ ] updated the end-user documentation.
- [ ] run `make` in my local environment with no errors.
- [ ] verified the dependacies and Dependabot alerts.
  - [ ] fixed high or critical vulnerabilities.