Docs.rs
csvs_convert-0.11.1
csvs_convert 0.11.1
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
kindly
Dependencies
arrow ^54.3.1
normal
optional
chrono ^0.4.38
normal
counter ^0.6.0
normal
crossbeam-channel ^0.5.13
normal
csv ^1.3.0
normal
csv-index ^0.1.6
normal
lazy_static ^1.5.0
normal
log ^0.4.20
normal
parquet ^54.3.1
normal
optional
pathdiff ^0.2.1
normal
pdatastructs ^0.7.0
normal
petgraph ^0.6.5
normal
regex ^1
normal
serde_json ^1
normal
snafu ^0.8.4
normal
spreadsheet-ods ^0.24.0
normal
streaming-stats ^0.2.3
normal
tempfile ^3.12
normal
thiserror ^1.0.49
normal
threadpool ^1.8.1
normal
typed-builder ^0.20
normal
walkdir ^2.5.0
normal
assert-json-diff ^2.0.2
dev
insta ^1.39.0
dev
minijinja ^2.2.0
normal
postgres ^0.19.8
normal
rand ^0.8.5
normal
rusqlite ^0.32.1
normal
rust_xlsxwriter ^0.85.0
normal
zip ^2.2.0
normal
Versions
0.79%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
csvs_
convert
0.11.1
csvs_convert
Function
csvs_to_postgres
Copy item path
Source
pub fn csvs_to_postgres( postgres_url:
String
, csvs:
Vec
<
PathBuf
>, ) ->
Result
<
Value
,
Error
>