We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5863c0d commit d213658Copy full SHA for d213658
embedded-nal-async/src/lib.rs
@@ -1,15 +1,12 @@
1
//! # embedded-nal-async - An async Network Abstraction Layer for Embedded Systems
2
3
-#![doc(html_root_url = "https://docs.rs/embedded-nal-async/0.1.0")]
4
#![no_std]
5
#![feature(generic_associated_types)]
6
#![deny(missing_docs)]
7
#![deny(unsafe_code)]
8
9
mod dns;
10
mod stack;
11
-//
12
-//pub use nb;
13
// Needed by embedded-nal trait implementers who build get_host_by_address results, or by trait
14
// users who pass the results on.
15
pub use heapless;
0 commit comments