nb
Minimal non-blocking I/O layer
1.1.0
39M downloads/mo
#1451 most downloaded on crates.io
rust-embedded/nb
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Ships fairly regularly
a new release about every 1.3 years
Most releases are documented
notes for 4 of 5 stable releases
1 version withdrawn
withdrawn after publishing
9 years old
6 releases · first in 2018
0 releases in the last 12 months
see the full history below
Release timeline
6 releases · Jan 2018 to Mar 2023Releases
latest 6-
1.1.008 Mar 2023Release notes
Open source →41: Fix defmt feature name. r=Dirbaio a=Dirbaio
crates.io doesn't allow
.in feature names:the remote server responded with an error: invalid upload request: invalid value: string "defmt-0.3", expected a valid feature name containing only letters, numbers, '-', '+', or '_' at line 1 column 182
Co-authored-by: Dario Nieuwenhuis [email protected]
Release notes
Open source →Added
- Add
defmtas optional dependency and implementdefmt::FormatforError<E: defmt::Format>, enabled bydefmt-0-3unstable feature.
- Add
-
1.0.007 Jul 2020Release notes
Open source →33: Prepare 1.0.0 r=therealprof a=eldruin
Release depends on #30
Co-authored-by: Diego Barrios Romero [email protected]
Release notes
Open source →Changed
- [breaking-change] The
unstablefeature and its code has been removed. This includes the macrostry_nb!andawait!.
- [breaking-change] The
-
0.1.310 Jul 2020Nothing published for this version
-
0.1.221 Apr 2019Release notes
Open source →Added
-
Error<E>gained amapmethod that lets you transform the error in theError::Othervariant into a different type. -
Error<E>now implements theFrom<E>trait.
-
-
0.1.110 Jan 2018Release notes
Open source →Fixed
- The
await!macro now works when the expression$emutably borrowsself.
- The
-
0.1.010 Jan 2018 withdrawn