Skip to content

Commit 911bb7b

Browse files
committed
document hdf5-types and crate features
1 parent 533ddd1 commit 911bb7b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

hdf5-types/src/lib.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
#![recursion_limit = "1024"]
22
#![cfg_attr(feature = "cargo-clippy", allow(clippy::missing_safety_doc))]
33

4+
//! Types that can be stored and retrieved from a `HDF5` dataset
5+
//!
6+
//! Crate features:
7+
//! * `const_generics`: Uses const generics to enable arrays [T; N] for all N.
8+
//! Compiling without this limits arrays to certain prespecified
9+
//! sizes
10+
411
#[cfg(test)]
512
#[macro_use]
613
extern crate quickcheck;

0 commit comments

Comments
 (0)