SourceMod + Rust

FFI wrappers and helpers for writing SourceMod extensions in Rust.

Building

You'll probably want to wrap something around the cargo build to rename the output binary to match SourceMod's convention, and on Linux you'll want to strip release binaries before distribution with strip --strip-debug.