Docs.rs
dataprof-0.4.70
dataprof 0.4.70
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
AndreaBozzo
Dependencies
anyhow ^1.0
normal
arrow ^56.1
normal
optional
async-trait ^0.1
normal
optional
chrono ^0.4
normal
clap ^4.5
normal
colored ^3.0
normal
csv ^1.3
normal
glob ^0.3
normal
glob-match ^0.2
normal
handlebars ^5.1
normal
indicatif ^0.17
normal
is-terminal ^0.4
normal
log ^0.4
normal
memmap2 ^0.9
normal
num_cpus ^1.16
normal
pyo3 ^0.24.1
normal
optional
rand ^0.8
normal
rand_chacha ^0.3
normal
rand_distr ^0.4
normal
rayon ^1.8
normal
regex ^1.10
normal
serde ^1.0
normal
serde_json ^1.0
normal
sqlx ^0.8.1
normal
optional
sysinfo ^0.30
normal
thiserror ^2.0
normal
tokio ^1.0
normal
optional
toml ^0.8
normal
url ^2.5
normal
optional
walkdir ^2.5
normal
wide ^0.7
normal
assert_matches ^1.5
dev
criterion ^0.5
dev
fake ^2.9
dev
lazy_static ^1.4
dev
proptest ^1.5
dev
quickcheck ^1.0
dev
quickcheck_macros ^1.0
dev
serde_json ^1.0
dev
serial_test ^3.1
dev
tempfile ^3.10
dev
Versions
40.93%
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
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
analyze_json
dataprof
0.4.70
In dataprof::
parsers::
json
dataprof
::
parsers
::
json
Function
analyze_
json
Copy item path
Source
pub fn analyze_json(file_path: &
Path
) ->
Result
<
Vec
<
ColumnProfile
>>