summaryrefslogtreecommitdiffstats
path: root/examples/trait.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove `DynamicOneShot` trait. (#19)Markus Reiter2024-06-101-23/+0
| | | | | * Remove `DynamicOneShot` trait. * Update changelog.
* Simplify `SlaveAddr`. (#21)Markus Reiter2024-02-131-2/+1
| | | | | | | | | | | * Simplify `SlaveAddr`. * Update changelog. * Update CHANGELOG.md --------- Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
* Improve example descriptionDiego Barrios Romero2021-07-291-2/+2
|
* Add value-based one-shot trait to ease driver usage in functionsDiego Barrios Romero2021-07-291-0/+24