async-embedded-traits 0.1.3

A set of async traits for embedded systems
1
2
3
4
5
6
7
8
9
10
11
12
13
language: rust
rust: nightly

if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)

script:
  - cargo check

cache: cargo

notifications:
  email:
    on_success: never