- Published Rust crate at [crates.io](https://crates.io/crates/remsol).
- Documentation available at [docs.rs](https://docs.rs/remsol/latest/remsol/index.html).
- Added docstring in Rust code.
- Passing of complex numbers from Python to Rust is now handles by the `num-complex` crate via `pyo3` and not implemented in the code.
- Minor code improvements.
- Added test CI with Github Actions for both Python and Rust code.