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 04f16db commit 50541a0Copy full SHA for 50541a0
Cargo.toml
@@ -3,10 +3,20 @@
3
name = "generic-array"
4
version = "0.9.0"
5
authors = [ "Bartłomiej Kamiński <fizyk20@gmail.com>" ]
6
+
7
description = "Generic types implementing functionality of arrays"
8
+readme = "README.md"
9
10
license = "MIT"
-repository = "https://github.com/fizyk20/generic-array.git"
11
12
documentation = "http://fizyk20.github.io/generic-array/generic_array/"
13
+repository = "https://github.com/fizyk20/generic-array.git"
14
15
+keywords = ["generic", "array"]
16
+categories = ["data-structures", "no-std"]
17
18
+[badges]
19
+travis-ci = { repository = "fizyk20/generic-array" }
20
21
[lib]
22
name = "generic_array"
0 commit comments