Skip to content

Commit

Permalink
Add docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
macklin-10x committed Aug 7, 2024
1 parent ca53f53 commit 4e83a03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,7 @@ where
S: SortKey<T>,
<S as SortKey<T>>::Key: Ord + Clone + Serialize,
{
/// Create a new handler using the provided chunk size, writing to path.
pub fn new<P: AsRef<Path>>(
chunk_size: usize,
path: P,
Expand Down

0 comments on commit 4e83a03

Please sign in to comment.