Skip to content

Commit

Permalink
Merge pull request #14 from aiju/map_seq
Browse files Browse the repository at this point in the history
MapSeq and entry API for TableSeq
  • Loading branch information
jix authored Oct 11, 2024
2 parents 903e6cd + c3c9978 commit ce10738
Show file tree
Hide file tree
Showing 8 changed files with 1,640 additions and 25 deletions.
5 changes: 3 additions & 2 deletions table_seq/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,13 @@ use hashbrown::HashTable;

mod node_allocator;

pub mod map_seq;
pub mod set_seq;
pub mod table_seq;

#[doc(inline)]
pub use map_seq::MapSeq;
#[doc(inline)]
pub use set_seq::SetSeq;
#[doc(inline)]
pub use table_seq::TableSeq;

// TODO Implement MapSeq on top of TableSeq
Loading

0 comments on commit ce10738

Please sign in to comment.