Skip to content

Commit

Permalink
Export MAC address
Browse files Browse the repository at this point in the history
  • Loading branch information
josephrhobbs committed Jul 26, 2024
1 parent 1c7f7d2 commit a574a63
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,9 @@ pub mod error {
ProtonError,
ProtonResult,
};
}

/// Native MAC address structure.
pub mod mac {
pub use proton_mac::MacAddr;
}

0 comments on commit a574a63

Please sign in to comment.