MAGE, an open-source repository for Memgraph modules, has expanded its compatibility to include Rust, a programming language known for its balance between performance and ease of use. Previously, Memgraph primarily supported C/C++ and Python, each with its strengths and limitations, but Rust offers an optimal middle ground with its modern language design and robust compiler, ensuring both speed and correctness. The project to integrate Rust into Memgraph's ecosystem was extensive, involving 16 weeks of development mostly done in spare time, and included challenges like designing the Rust API for the underlying C API and optimizing performance to reduce value copying. The Memgraph team plans to further develop the library and introduce new query modules, inviting contributions from developers interested in both low-level and application-level projects.