rtfm-core 0.2.0

Core abstractions of the Real Time For the Masses framework
Documentation
# Change Log

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

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

## [Unreleased]

## [v0.2.0] - 2018-01-15

### Changed

- drop dependency on the unstable `optin_builtin_traits` feature
- [breaking-change] drop the `Static` wrapper from the `Resource` API.

## v0.1.0 - 2017-07-29

Initial release

[Unreleased]: https://github.com/japaric/rtfm-core/compare/v0.2.0...HEAD
[v0.2.0]: https://github.com/japaric/rtfm-core/compare/v0.1.0...v0.2.0