- Sep 08, 2019
-
-
Taiki Endo authored
Verify no-std build and all features build
-
- Sep 05, 2019
-
-
Chris Beck authored
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.
-
- Jul 25, 2019
-
-
Taiki Endo authored
-
- Jun 10, 2019
-
-
Taiki Endo authored
-
- May 02, 2017
-
-
Arthur Silva authored
-