rust-embedded / nb

Minimal and reusable non-blocking I/O layer
Apache License 2.0
86 stars 15 forks source link

close #3: update docs with design decisions #4

Closed vitiral closed 7 years ago

vitiral commented 7 years ago

this should help explain the design decisions behind this library. It also changes the core recommended api from Result<T, nb::Error<MyError> -> nb::Result<T, MyError>, which is shorter, more descriptive and more in-line with what is recommended in std::io documentation.

vitiral commented 7 years ago

I just added exra links and removed the implementation code (the link displays it just fine!)

japaric commented 7 years ago

Thanks @vitiral.