serial-embedded-hal 0.1.1

An implementation of embedded-hal for non-embedded platforms
Documentation
1
2
3
# serial-embedded-hal

This is a basic implementation of the [embedded-hal](https://github.com/japaric/embedded-hal) serial traits for platforms with `libstd` support. It implements _only_ the `serial` traits.