dcmimu 0.1.2

no_std DCM IMU implementation
Documentation
language: rust
rust:
  - stable
  - beta
  - nightly

script:
  - cargo build --verbose

cache: cargo
before_cache:
  - chmod -R a+r $HOME/.cargo

branches:
  only:
    - master