ByteBaker
ByteBaker
- reduce clippy warnings from 266 to 110 - also make changes to the code to be more idiomatic in places
Minor maintenance task. Upgraded crate versions.
- clippy delints - add `deny(clippy::pedantic)` to make lint warnings stricter - make code more idiomatic - improve logic in some places or partial rewrites
As part of improving `tree-rs` in the course of the foreseeable future, following tasks are to be completed. - [x] Refactor the project structure, debloat `main.rs`. - [x] Add support...