# `🌋 vk-mem-alloc-rs`
**A very lightweight wrapper around the Vulkan Memory Allocator 🦀**
[![crates][crates-badge]][crates-url]
[![license][license-badge]][license-url]
[![vma][vma-badge]][vma-url]
[![dependency-status][dependency-badge]][dependency-url]
[crates-badge]: https://img.shields.io/crates/v/vk-mem-alloc.svg
[crates-url]: https://crates.io/crates/vk-mem-alloc
[license-badge]: https://img.shields.io/badge/License-MIT/Apache_2.0-blue.svg
[license-url]: LICENSE-MIT
[vma-badge]: https://img.shields.io/badge/Vulkan%20Memory%20Allocator-3.0.1-orange
[vma-url]: https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
[dependency-badge]: https://deps.rs/repo/github/projectkml/vk-mem-alloc-rs/status.svg
[dependency-url]: https://deps.rs/repo/github/projectkml/vk-mem-alloc-rs
This is the vk-mem-alloc-sys
crate. Its very likely that you want to use the vk-mem-alloc
crate instead.