Docs.rs
ripgrep_all-0.10.10
ripgrep_all 0.10.10
Permalink
Docs.rs crate page
AGPL-3.0-or-later
Links
Homepage
Repository
crates.io
Source
Owners
phiresky
Dependencies
anyhow ^1.0.71
normal
astral-tokio-tar ^0.5.6
normal
async-compression ^0.4.0
normal
async-stream ^0.3.5
normal
async-trait ^0.1.68
normal
async_zip ^0.0.12
normal
bincode ^1.3.3
normal
bytes ^1.4.0
normal
clap ^4.3.0
normal
crossbeam ^0.8.2
normal
crossbeam-channel ^0.5.8
normal
derive_more ^0.99.17
normal
directories-next ^2.0.0
normal
dyn-clonable ^0.9.0
normal
dyn-clone ^1.0.11
normal
encoding_rs ^0.8.32
normal
encoding_rs_io ^0.1.7
normal
env_logger ^0.10.0
normal
glob ^0.3.1
normal
json_comments ^0.2.1
normal
lazy_static ^1.4.0
normal
log ^0.4.17
normal
mailparse ^0.14.0
normal
memchr ^2.5.0
normal
mime2ext ^0.1.52
normal
open ^5
normal
paste ^1.0.12
normal
path-clean ^1.0.1
normal
pretty-bytes ^0.2.2
normal
regex ^1.8.2
normal
rusqlite ^0.30.0
normal
schemars ^0.8.12
normal
serde ^1.0.163
normal
serde_json ^1.0.96
normal
size_format ^1.0.2
normal
structopt ^0.3.26
normal
tempfile ^3.5.0
normal
tokio ^1.28.1
normal
tokio-rusqlite ^0.5.0
normal
tokio-stream ^0.1.14
normal
tokio-util ^0.7.8
normal
tree_magic_mini ^3.0.3
normal
async-recursion ^1.0.4
dev
ctor ^0.2.0
dev
pretty_assertions ^1.3.0
dev
tempfile ^3.5.0
dev
tokio-test ^0.4.2
dev
Versions
32.33%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
AdaptedFilesIter
ripgrep_
all
0.10.10
Adapted
Files
Iter
Implementors
In ripgrep_
all::
adapted_
iter
ripgrep_all
::
adapted_iter
Trait
Adapted
Files
Iter
Copy item path
Source
pub trait AdaptedFilesIter:
Stream
<Item =
Result
<
AdaptInfo
>> +
Send
{ }
Implementors
§
Source
§
impl<T>
AdaptedFilesIter
for T
where T:
Stream
<Item =
Result
<
AdaptInfo
>> +
Send
,