Docs.rs
hdf5-rs-0.2.0
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
hdf5-rs 0.2.0
Thread-safe Rust bindings for the HDF5 library.
Crate
Source
Builds
Feature flags
Hide files
src
build.rs
Cargo.toml
CHANGELOG.md
LICENSE-APACHE
LICENSE-MIT
README.md
1
2
3
4
5
extern
crate
libhdf5_lib
as
lib
;
fn
main
(
)
{
lib
::
dump_build_flags
(
)
;
}