Docs.rs
rust-hdf5-0.2.1
rust-hdf5 0.2.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
physwkim
Dependencies
bzip2 ^0.5
normal
optional
flate2 ^1
normal
optional
lz4_flex ^0.11
normal
optional
memmap2 ^0.9
normal
optional
rayon ^1
normal
optional
rust-zstd ^0.1
normal
optional
snap ^1
normal
optional
criterion ^0.5
dev
Versions
69.8%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
Module error
rust_
hdf5
0.2.1
Module error
Module Items
Enums
Type Aliases
In crate rust_
hdf5
rust_hdf5
Module
error
Copy item path
Source
Expand description
Error types for the hdf5 public API crate.
Enums
§
Hdf5
Error
Errors that can occur when using the HDF5 public API.
Type Aliases
§
Result
A specialized
Result
type for HDF5 operations.