Skip to content

Commit

Permalink
Merge pull request #9 from GG2002/add-tests
Browse files Browse the repository at this point in the history
feat: add tests.rs
  • Loading branch information
bsbds authored Aug 21, 2024
2 parents b0ba600 + 7d9ec87 commit 4b27fdd
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 4b27fdd

Please sign in to comment.