| Crates.io | embedded-hal-spy |
| lib.rs | embedded-hal-spy |
| version | 0.0.5 |
| created_at | 2019-01-06 11:35:04.964029+00 |
| updated_at | 2019-08-19 03:36:16.953806+00 |
| description | An embedded_hal device hooking on another embedded_hal implementation, retriving data from function calls and responses |
| homepage | |
| repository | https://github.com/simonsso/embedded_hal_spy |
| max_upload_size | |
| id | 105820 |
| size | 22,577 |
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.