Skip to content

Commit

Permalink
feat: add tests.rs
Browse files Browse the repository at this point in the history
Signed-off-by: feathercyc <[email protected]>
  • Loading branch information
GG2002 committed Aug 21, 2024
1 parent 920d6c0 commit 7d9ec87
Show file tree
Hide file tree
Showing 2 changed files with 454 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ mod intervalmap;
mod iter;
mod node;

#[cfg(test)]
mod tests;

pub use entry::{Entry, OccupiedEntry, VacantEntry};
pub use interval::Interval;
pub use intervalmap::IntervalMap;
Expand Down
Loading

0 comments on commit 7d9ec87

Please sign in to comment.