New week, new Rust! What are you folks up to?
Planning for Serde 1.0. Also planning for dtolnay 2.0 a.k.a. job hunting.
5 Likes
I've picked up my Cargo -> Nuget tool again. After much fighting with Nuget's silly nupkg
format and fragmented tooling I've managed to get it to a point where you can bundle up a Cargo crate as a Nuget package for your local runtime id for development workflows with no environment dependencies besides cargo
.
I'll share some more details once I've cleaned it up and verified it works cross-platform with some CI The goal is to turn it into a Cargo tool.