Skip to content

Commit 776e6df

Browse files
committed
async UDP: Make accessible through lib.rs
1 parent 3f716ac commit 776e6df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

embedded-nal-async/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ pub use no_std_net::{IpAddr, Ipv4Addr, Ipv6Addr, SocketAddr, SocketAddrV4, Socke
1515
pub use dns::Dns;
1616
pub use embedded_nal::AddrType;
1717
pub use stack::TcpConnect;
18+
pub use stack::{ConnectedUdp, UdpStack, UnconnectedUdp};

0 commit comments

Comments
 (0)