Skip to content

June 2026

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 …