Skip to content
Snippets Groups Projects
Commit c17e4011 authored by Chris Beck's avatar Chris Beck Committed by Carl Lerche
Browse files

Add no_std support, by adding an `std` feature (#281)

To make the library work as `no_std` we add an `std` feature which
is on by default. When it is off, we compile as `no_std` and make
parts of the API that require `std::io` conditional on the `std`
feature.
parent 73426dfa
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment