Skip to content

Commit

Permalink
add parallel_single_file_hashing to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ttlajus committed Aug 4, 2022
1 parent b470b43 commit c9a0b2e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
//! - torrent creation => [`TorrentBuilder`]
//! - tracker response parsing => [`tracker`] \[experimental\]
//!
//! ## Feature Flags
//! - `parallel_single_file_hashing`: enable parallel processing of pieces for
//! single-file torrents
//!
//! # *Correctness*
//! [`lava_torrent`] is written without using any existing parser or parser generator.
//! The [BitTorrent specification] is also rather vague on certain points. Thus, bugs
Expand Down

0 comments on commit c9a0b2e

Please sign in to comment.