Skip to content

Commit

Permalink
refactor: public more in lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
ChieloNewctle committed Oct 15, 2023
1 parent 2f24fce commit 123edb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ pub use sam::{
GeneralSAM, GeneralSAMNode, GeneralSAMNodeID, GeneralSAMState, SAM_NIL_NODE_ID,
SAM_ROOT_NODE_ID,
};

pub use trie::{Trie, TrieNode, TrieNodeID, TrieState, TRIE_NIL_NODE_ID, TRIE_ROOT_NODE_ID};
pub use trie_alike::{IterAsChain, TravelEvent, TrieNodeAlike};

#[cfg(test)]
mod tests;

0 comments on commit 123edb2

Please sign in to comment.