Skip to content

Commit e94d16f

Browse files
committed
async UDP: Make accessible through lib.rs
1 parent 5cd83b8 commit e94d16f

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, UnconnectedUdp, UdpStack};

0 commit comments

Comments
 (0)