dfp 0.1.0

Rust bindings for Intel(R) Decimal Floating-Point Math Library
Documentation
version: 2
jobs:
  build:
    docker:
      - image: idubrov/rust-stm32:latest
    environment:
      - RUSTFLAGS: "-C link-dead-code"
    steps:
      - checkout
      - run: cargo +stable build
      - run: cargo +stable test --all
      - run: cargo build
      - run: cargo test --all
      - run: cargo clippy
      - run: cargo kcov
      - run:
          name: Uploading code coverage
          command: |
              bash <(curl -s https://codecov.io/bash)