vk-alloc 1.2.0

A segregated list memory allocator for Vulkan.
Documentation
# vk-alloc


[![Latest version](https://img.shields.io/crates/v/vk-alloc.svg)](https://crates.io/crates/vk-alloc)
[![Documentation](https://docs.rs/vk-alloc/badge.svg)](https://docs.rs/vk-alloc)
![ZLIB](https://img.shields.io/badge/license-zlib-blue.svg)
![MIT](https://img.shields.io/badge/license-MIT-blue.svg)
![Apache](https://img.shields.io/badge/license-Apache-blue.svg)

A segregated list memory allocator for Vulkan written in Rust.

Targets Vulkan 1.2+ using [erupt](https://gitlab.com/Friz64/erupt).

## Features


All features are optional by default.

* `logging` Adds logging using [tracing]https://github.com/tokio-rs/tracing.
* `profiling` Adds support for [profiling]https://github.com/aclysma/profiling.
* `vk-buffer-device-address`: Enables the usage of "vkGetBufferDeviceAddress". Needs the Vulkan
  1.2 "bufferDeviceAddress" device feature enabled.

## License


Licensed under MIT or Apache-2.0 or ZLIB.