Skip to content

Commit

Permalink
fixup: also export the new function
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Feb 20, 2024
1 parent 43ba060 commit 3bcb315
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,9 @@ pub use resources::{
pub use selector::{
Offset, OffsetMode, Selector, SelectorBuilder, SelectorIter, SelectorKind, SelfSelector,
};
pub use store::{BuildItem, Request, ResultItem, StamResult, Storable, Store, StoreFor};
pub use store::{
generate_id, BuildItem, Request, ResultItem, StamResult, Storable, Store, StoreFor,
};
pub use text::Text;
pub use textselection::{
ResultTextSelection, TestTextSelection, TextSelection, TextSelectionHandle,
Expand Down

0 comments on commit 3bcb315

Please sign in to comment.