embedded-hal-spy

Crates.ioembedded-hal-spy
lib.rsembedded-hal-spy
version0.0.5
sourcesrc
created_at2019-01-06 11:35:04.964029
updated_at2019-08-19 03:36:16.953806
descriptionAn embedded_hal device hooking on another embedded_hal implementation, retriving data from function calls and responses
homepage
repositoryhttps://github.com/simonsso/embedded_hal_spy
max_upload_size
id105820
size22,577
Fredrik Simonsson (simonsso)

documentation

https://docs.rs/embedded-hal-spy

README

embedded-hal-spy

Implemenets rust embedded_hal for embedded_hal

embedded hal spy implemnets call backs for used traits

The intended use case is chaining over an existing embedded_hal implementation sniffing all the data and providing it back to a callback. Useful when preparing for a refacforing and want to collect actual data for unit test case.

Commit count: 13

cargo fmt