Skip to content

Commit

Permalink
More readme tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegrosjean committed Feb 9, 2019
1 parent 0ee3b3c commit 0b23848
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Add this to your `Cargo.toml`:
jwalk = "0.1.0"
```

See documentation next: [docs.rs/jwalk](https://docs.rs/jwalk).
Documentation: [docs.rs/jwalk](https://docs.rs/jwalk).

### Example

Expand All @@ -43,10 +43,10 @@ parallelism of `ignore` with `walkdir`s streaming iterator API.

### Why use this crate?

This crate is particularly fast when you want streamed sorted results. About 4x
`walkdir` speed for sorted results with metadata in my tests. Also this crate's
`process_entries` callback allows you to arbitrarily sort/filter/skip entries
before they are yielded.
This crate is particularly fast when you want streamed sorted results. In my
tests its about 4x `walkdir` speed for sorted results with metadata. Also this
crate's `process_entries` callback allows you to arbitrarily sort/filter/skip
entries before they are yielded.

### Why not use this crate?

Expand Down

0 comments on commit 0b23848

Please sign in to comment.