Commit Graph
2 Commits
Author SHA1 Message Date
Chris Beck c17e40115f 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.
2019-09-05 14:00:23 -07:00
Carl Lerche e07a949665 Set up CI with Azure Pipelines (#275) 2019-07-30 10:29:00 -07:00