embedded-timeout-macros

Crates.ioembedded-timeout-macros
lib.rsembedded-timeout-macros
version0.3.0
sourcesrc
created_at2019-04-20 12:00:42.460353
updated_at2020-08-12 11:51:49.326373
descriptionMacros for working with timeouts on top of embedded-hal APIs
homepage
repositoryhttps://github.com/braun-robotics/rust-embedded-timeout-macros
max_upload_size
id129087
size15,849
Developers (github:braun-embedded:developers)

documentation

https://docs.rs/embedded-timeout-macros

README

Rust Embedded Timeout Macros crates.io Documentation Build Status

Introduction

Rust macros for working with timeouts on top of embedded-hal APIs.

Usage

Include this crate in your Cargo project by adding the following to Cargo.toml:

[dependencies]
embedded-timeout-macros = "0.3"

Documentation

Please refer to the API Reference.

[Example programs] are available in the rust-dwm1001 repository.

License

This project is open source software, licensed under the terms of the Zero Clause BSD License (0BSD, for short). This basically means you can do anything with the software, without any restrictions, but you can't hold the authors liable for problems.

See LICENSE for full details.

Supported by Braun Embedded

Commit count: 33

cargo fmt