Docs.rs
split-csv-0.1.0
split-csv 0.1.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
AOx0
Dependencies
clap ^3.0.6
normal
fs_extra ^1.2.0
normal
futures ^0.3.19
normal
indexed_file ^0.1.2
normal
tokio ^1.15.0
normal
lazy_static ^1.4.0
dev
Versions
0%
of the crate is documented
This release has been yanked, go to latest version
Platform
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
☰
Type Definition MShared
Trait Implementations
Crate
Other items in
spcsv
::
shared
?
Type Definition
spcsv
::
shared
::
MShared
source
·
[
−
]
pub type MShared =
Arc
<
Mutex
<
BufReader
>>;
Trait Implementations
source
impl
Crate
for
MShared
source
fn
n
(value:
BufReader
) -> Self
source
fn
get_headers
(&self, file: &
File
) ->
String