We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72aac59 commit 023e1eeCopy full SHA for 023e1ee
hdf5-types/Cargo.toml
@@ -2,6 +2,11 @@
2
name = "hdf5-types"
3
version = "0.5.0"
4
authors = ["Ivan Smirnov <[email protected]>"]
5
+keywords = ["hdf5"]
6
+license = "MIT/Apache-2.0"
7
+description = "Native Rust equivalents of HDF5 types."
8
+repository = "https://github.com/aldanor/hdf5-rust"
9
+homepage = "https://github.com/aldanor/hdf5-rust"
10
edition = "2018"
11
12
[dependencies]
0 commit comments