Short-term net fix
This commit is contained in:
parent
b49f41c853
commit
dfa252f997
2 changed files with 3 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ impl Default for Mode {
|
|||
pub mod bus;
|
||||
mod device;
|
||||
mod host;
|
||||
mod net;
|
||||
pub mod net;
|
||||
pub mod register;
|
||||
mod socket;
|
||||
mod udp;
|
||||
|
|
|
|||
|
|
@ -10,6 +10,8 @@
|
|||
//! [RFC 2832]: https://github.com/rust-lang/rfcs/pull/2832
|
||||
#![deny(unsafe_code, missing_docs, warnings)]
|
||||
|
||||
// TODO remove some of these constructs and use equivalents available from embedded-nal
|
||||
|
||||
/// Ipv4Addr address struct. Can be instantiated with `Ipv4Addr::new`.
|
||||
#[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Debug, Hash, Default)]
|
||||
pub struct Ipv4Addr {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue