cpuid-bool 0.2.0

A lightweight and efficient no-std compatible alternative to the is_x86_feature_detected macro
Documentation
# Changelog

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

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

## 0.2.0 (2020-12-01)
### Changed
- Macro now creates a module with several function and the `InitToken` type ([#86])

[#86]: https://github.com/RustCrypto/utils/pull/86

## 0.1.2 (2020-07-20)
### Added
- LICENSE files ([#70])

[#70]: https://github.com/RustCrypto/utils/pull/70

## 0.1.1 (2020-07-14)
### Fixed
- SGX target support ([#68])

[#68]: https://github.com/RustCrypto/utils/pull/68

## 0.1.0 (2020-06-11)
- Initial release