blackbox-logger 0.1.0

Blackbox flight data recorder.
Documentation
# `blackbox-logger` Rust Crate<br>![license]https://img.shields.io/badge/license-MIT-green [![License]https://img.shields.io/badge/License-Apache_2.0-blue.svg]https://opensource.org/licenses/Apache-2.0 ![open source]https://badgen.net/badge/open/source/blue?icon=github

## WORK IN PROGRESS

**THIS CRATE IS A WORK IN PROGRESS AND NOT YET READY FOR USE.**

This crate is `no_std`, that it does not link to the standard library and so does not depend on an operating system
and uses no allocation. This means it is suitable for embedded system.

## Overview

## License

Licensed under either of:

* Apache License, Version 2.0 ([LICENSE-APACHE]LICENSE-APACHE or <http://www.apache.org/licenses/LICENSE-2.0>)
* MIT license ([LICENSE-MIT]LICENSE-MIT or <http://opensource.org/licenses/MIT>)

at your option.