There is a lot of structs and implementation in one file to me which makes it feel cluttered to read through in my opinion. Would you be open to maybe moving some things to other files and then just `pub use`ing them to keep the same exports?
There is a lot of structs and implementation in one file to me which makes it feel cluttered to read through in my opinion.
Would you be open to maybe moving some things to other files and then just
pub useing them to keep the same exports?