Skip to content

Commit

Permalink
Added ::= src/reading/mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmatthes authored Jan 10, 2024
1 parent 83674d8 commit 03d5239
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@
)]
#![allow(clippy::multiple_crate_versions)]

mod reading;

pub use reading::ReadPathBufLike;

/// This crate's name.
pub const NAME: &str = "aeruginous-io";

Expand Down

0 comments on commit 03d5239

Please sign in to comment.