Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
al8n committed Dec 3, 2024
1 parent e109373 commit aa6459c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dynamic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pub mod entry {
pub use super::list::EntryRef;
}

pub use dbutils::equivalentor::{BytesComparator, BytesRangeComparator};
pub use dbutils::equivalentor::{BytesComparator, BytesEquivalentor, BytesRangeComparator};

/// Ascend is a comparator that compares byte slices in ascending order.
pub type Ascend = dbutils::equivalentor::Ascend<[u8]>;
Expand Down

0 comments on commit aa6459c

Please sign in to comment.