Crates.io | serial-embedded-hal |
lib.rs | serial-embedded-hal |
version | 0.1.2 |
source | src |
created_at | 2018-05-19 04:11:31.75122 |
updated_at | 2018-08-24 05:18:09.608368 |
description | An implementation of embedded-hal for non-embedded platforms |
homepage | |
repository | https://github.com/thenewwazoo/serial-embedded-hal |
max_upload_size | |
id | 66092 |
size | 5,170 |
This is a basic implementation of the embedded-hal serial traits for platforms with libstd
support. It implements only the serial
traits.