Rust で Hasty C# コード検索ツールを作成する
As a recent example of this development, I was working on a Unity C# codebase where I had a few questions about the code. Namely, I wanted to find “all classes with a private field, that extend from interface X”. Normally, I would reach for Resharper’s Structural Search, but I just moved over to Jetbrains…