Skip to content

Commit

Permalink
Re-export octseq.
Browse files Browse the repository at this point in the history
  • Loading branch information
partim committed Oct 5, 2023
1 parent 1d88c3e commit 039f355
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/dep.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
//! Re-exports of dependencies
pub use octseq;

3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
//! Experimental reading and writing of zone files, i.e., the textual
//! representation of DNS data.
//!
//! Finally, the [dep] module contains re-exports of some important
//! dependencies to help avoid issues with multiple versions of a crate.
//!
//! # Reference of Feature Flags
//!
Expand Down Expand Up @@ -118,6 +120,7 @@ extern crate std;
extern crate core;

pub mod base;
pub mod dep;
pub mod rdata;
pub mod resolv;
pub mod sign;
Expand Down

0 comments on commit 039f355

Please sign in to comment.