mev-proc 0.1.0

mev procedural macros
Documentation
  • Coverage
  • 0%
    0 out of 6 items documented0 out of 5 items with examples
  • Size
  • Source code size: 5.11 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 285.43 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 5s Average build duration of successful builds.
  • all releases: 6s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • zakarumych

MEV

docs.rs Crates.io Total Downloads Discord

Mev is a GAPI that can use Metal et Vulkan GAPIs.

With ergonomics in mind, MEV is designed to be:

  • 🪓 Simple: MEV is a no-nonsense GAPI keeping WTF per minute low.
  • 🎯 Flexible: MEV is designed to be used in a variety of applications, exposing the full power of the underlying APIs.
  • 🚀 Fast: MEV is designed to be fast, adding as little overhead as possible.
  • 😵 Safe-ish: MEV is designed to be safe, but it's still possible to shoot yourself in the foot.

Backends

MEV supports two backends: Metal and Vulkan. It automatically picks one based on the platform it's built for.

On MacOS and iOS, MEV uses Metal. On other platforms, MEV uses Vulkan 🌋