Docs.rs
schlandals-0.1.3
schlandals 0.1.3
Permalink
Docs.rs crate page
AGPL-3.0
Links
Repository
crates.io
Source
Owners
AlexandreDubray
Dependencies
assert_float_eq >=1.1.3
normal
chrono >=0.4.31
normal
clap >=4.4.7
normal
nalgebra >=0.31.4
normal
peak_alloc >=0.2.0
normal
rand >=0.8.5
normal
rayon >=1.8.0
normal
rug >=1.18.0
normal
rustc-hash >=1.1.0
normal
search_trail >=0.1.3
normal
sysinfo >=0.28.1
normal
paste ^1.0.12
dev
tempfile ^3
dev
Versions
63.5%
of the crate is documented
Platform
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
parse_csv
schlandals
0.1.3
schlandals
Function
parse_
csv
Copy item path
Source
pub fn parse_csv(filename:
PathBuf
) ->
Vec
<(
OsString
,
f64
)>