xalloc 0.2.0

Suballocators for external memory (e.g., Vulkan device memory)
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.0] - 2017-10-28

- Rename `TlsfSuballocRegion` to `TlsfRegion`.
- Add a free space bitmap-based allocator.
- Add CHANGELOG to track notable changes among versions.

## 0.1.0 - 2017-10-28

- Initial release.

[Unreleased]: https://github.com/yvt/xalloc-rs/compare/v0.2.0...v0.1.0
[Unreleased]: https://github.com/yvt/xalloc-rs/compare/v0.1.0...HEAD