Docs.rs
split-csv-0.1.2
split-csv 0.1.2
Permalink
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
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
spcsv
0.1.2
MShared
Aliased Type
Trait Implementations
Crate
In spcsv::
shared
spcsv
::
shared
Type Alias
MShared
Copy item path
Source
pub type MShared =
Arc
<
Mutex
<
BufReader
>>;
Aliased Type
§
pub struct MShared {
/* private fields */
}
Trait Implementations
§
Source
§
impl
Crate
for
MShared
Source
§
fn
n
(value:
BufReader
) -> Self
Source
§
fn
get_headers
(&self, file: &
File
) ->
String