ries 1.1.1

Find algebraic equations given their solution - Rust implementation
Documentation
## Summary

<!-- Briefly describe what this PR does and why. -->

## Type of change

- [ ] Bug fix
- [ ] New feature
- [ ] Documentation update
- [ ] Refactor
- [ ] Other (describe below):

## Checklist

- [ ] `cargo fmt -- --check` passes
- [ ] `cargo clippy --all-targets --locked -- -D warnings` passes
- [ ] `cargo nextest run --tests --locked` passes
- [ ] Relevant feature/surface checks run if touched (`ries-py`, `wasm`, `web`, release docs)
- [ ] Documentation updated if public APIs changed