This release is a small refactor of the code base, with the help of Clippy. It also fixes the correctness of my use of Arc (because I'm a dumdum and thought Arcs should be used every single damn time I pass it in a function, even inside the same thread, not at thread boundaries ._. )
Breaking Changes
None
Changes
- chore: update lock file by @jn-sena in #13
- refactor: fix clippy pendantic warnings
- refactor: remove wrong usages of Arc<...> and Arc::clone(...)
New Contributors
Full Changelog: v2.3.1...v2.3.2