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 023e1ee commit 6382f74Copy full SHA for 6382f74
hdf5-derive/Cargo.toml
@@ -2,6 +2,11 @@
2
name = "hdf5-derive"
3
version = "0.5.0"
4
authors = ["Ivan Smirnov <[email protected]>"]
5
+keywords = ["hdf5"]
6
+license = "MIT/Apache-2.0"
7
+description = "Derive macro for HDF5 structs and enums."
8
+repository = "https://github.com/aldanor/hdf5-rust"
9
+homepage = "https://github.com/aldanor/hdf5-rust"
10
edition = "2018"
11
12
[lib]
0 commit comments