Find high-performance sandbox in Rust

Who knows if there is currently a high-performance, low-resource sandbox in Rust? I want to use it for building an OJ system, but I'm unsure what to choose. If anyone knows, could you please recommend some? Many thanks!

I haven’t used it myself, but Firecracker might be worth trying. It’s designed to run any programming language via containerised microVMs, and seems to align with what you’re looking for.

I will try,thank you!