Docs.rs
zellij-sheets-0.1.2
zellij-sheets 0.1.2
Docs.rs crate page
AGPL-3.0-or-later
Links
Homepage
Repository
crates.io
Source
Owners
CromboJambo
Dependencies
anyhow ^1.0
normal
calamine ^0.33
normal
chrono ^0.4
normal
csv ^1.3
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^2.0
normal
toml ^0.8
normal
unicode-width ^0.2
normal
zellij-tile ^0.44.0
normal
Versions
29.56%
of the crate is documented
Platform
wasm32-wasip1
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
load_csv_from_reader
zellij_
sheets
0.1.2
In zellij_
sheets::
data_
loader
zellij_sheets
::
data_loader
Function
load_
csv_
from_
reader
Copy item path
Source
pub fn load_csv_from_reader(reader: impl
Read
) ->
Result
<
LoadedData
>