
MQNet: Shipping a Rust Library to .NET via NuGet
I recently built MQNet .NET wrapper for mq, a jq-like query tool for Markdown. The project turned out to be a good exercise for several things at once: P/Invoke interop with a Rust library, cross-platform native compilation in GitHub Actions, and distributing native binaries through NuGet. In this blog post I will breakdown each of these topics. What is mq? mq is a Rust tool that lets you query and transform Markdown documents using a syntax similar to jq. You… Read More »MQNet: Shipping a Rust Library to .NET via NuGet








