Docs.rs
linreg-core-0.8.1
linreg-core 0.8.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
24 June 2026
Links
Homepage
Repository
crates.io
Source
Owners
jesse-anderson
Dependencies
csv ^1.3
normal
optional
getrandom ^0.2
normal
optional
js-sys ^0.3
normal
optional
numpy ^0.22
normal
optional
pyo3 ^0.22
normal
optional
serde ^1.0
normal
serde_json ^1.0
normal
wasm-bindgen ^0.2
normal
optional
web-sys ^0.3
normal
optional
csv ^1.3
dev
wasm-bindgen-test ^0.3
dev
criterion ^0.5
dev
humantime ^2.1
dev
proptest ^1.4
dev
rand ^0.8
dev
rand_chacha ^0.3
dev
rustc_version ^0.4
dev
Versions
86.24%
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
Skip to main content
Module csv
linreg_
core
0.8.1
Module csv
Module Items
Functions
In linreg_
core::
wasm
linreg_core
::
wasm
Module
csv
Copy item path
Source
Expand description
CSV parsing for WASM
Provides CSV parsing functionality that can be called from JavaScript.
Functions
ยง
parse_
csv
Parses CSV data and returns it as a JSON string.