Docs.rs
csv-diff-0.1.1
csv-diff 0.1.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
janriemer
Dependencies
ahash ^0.8
normal
crossbeam-channel ^0.5
normal
crossbeam-utils ^0.8.3
normal
optional
csv ^1.3
normal
mown ^0.2.1
normal
optional
rayon ^1.8
normal
optional
thiserror ^1.0
normal
xxhash-rust ^0.8
normal
criterion ^0.3
dev
pretty_assertions ^1.3.0
dev
scoped-pool ^1
dev
Versions
19.83%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
csv_
diff
0.1.1
CsvHash
Task
Spawner
Builder
Required Methods
build
Implementors
In csv_
diff::
csv_
hash_
task_
spawner
csv_diff
::
csv_hash_task_spawner
Trait
CsvHashTaskSpawnerBuilder
Copy item path
Source
pub trait CsvHashTaskSpawnerBuilder<T> { // Required method fn
build
(self) -> T; }
Required Methods
§
Source
fn
build
(self) -> T
Implementors
§
Source
§
impl
CsvHashTaskSpawnerBuilder
<
CsvHashTaskSpawnerStdThreads
> for
CsvHashTaskSpawnerBuilderStdThreads