Michael Gattozzi
Michael Gattozzi
As I've mentioned before there are a few things we need to consider here: 1) Are a lot of packages on Unix platforms available on windows via pkg managers? (E.G....
Ahh I see. Normally if someone puts in a PR and notes why it shouldn't be merged yet then nothing will happen until it's done. That's why I had removed...
There's no rush your stuff is independent from the other code so this is fine!
@SirDoctors I was wrong with the code I gave you for the filter. You needed to do a filter/map/collect and I forgot that was what was needed. I've updated the...
@SirDoctors just letting you know I saw this and will get to reviewing when I can!
@SirDoctors sounds good to me!
I think we can just do a workspace and split it up that way!
I think it would be best to do workspaces. If you look at [Diesel](https://github.com/diesel-rs/diesel/blob/master/Cargo.toml) as an example all of the tools and packages are in the same repo. I'll split...
#84 Got merged and this begins the big rewrite of the client code. Major refactoring and easier to read and reason about! Now we need to work on the API.
Switching it to easy since the bulk of the work done to understand build.rs is over on my part and you're right it's fairly easy.