Module avr_oxide::io

source ·
Expand description

Simple IO traits (a very, very, very cutdown version of std::io). In due course hopefully somewhat /less/ cutdown, and maybe even derived from std::io in the style of the core_io crate, but right now this is what we’ve got.

(We can’t use core_io at the moment because the build scripts do not recognise our custom toolchain; if we ever get to a place where the regular Rust toolchain works on AVR again, we may be able to revisit this.)

Enums§

  • Errors that can result from our IO routines

Traits§

Type Aliases§