mitochondria 1.1.2

Mitochondria is the powerhouse of the `Cell`
Documentation
language: rust
rust:
  - nightly
  - beta
  - stable
cache: cargo
env:
  - FEATURES=""
  - FEATURES="no_std"
script:
  - cargo build -vv
  - cargo test -vv
  - cargo package -vv