Docs.rs
wickra-data-0.2.7
wickra-data 0.2.7
Docs.rs crate page
PolyForm-Noncommercial-1.0.0
Links
Homepage
Repository
crates.io
Source
Owners
kingchenc
Dependencies
csv ^1.3
normal
futures-util ^0.3
normal
optional
serde ^1
normal
serde_json ^1
normal
thiserror ^2
normal
tokio ^1
normal
optional
tokio-tungstenite ^0.29
normal
optional
url ^2
normal
optional
wickra-core ^0.2.7
normal
approx ^0.5
dev
tempfile ^3
dev
Versions
59.63%
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 error
wickra_
data
0.2.7
Module error
Module Items
Enums
Type Aliases
In crate wickra_
data
wickra_data
Module
error
Copy item path
Source
Expand description
Error types specific to the data sources.
Enums
§
Error
Errors produced by the data layer.
Type Aliases
§
Result
Convenience alias for
Result<T, wickra_data::Error>
.