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 8fb925e commit 038d215Copy full SHA for 038d215
Cargo.toml
@@ -10,9 +10,9 @@ readme = "README.md"
10
repository = "https://github.com/NicolasMemeint/simple-matrix"
11
documentation = "https://docs.rs/simple-matrix"
12
homepage = "https://github.com/NicolasMemeint/simple-matrix"
13
-description = "A simple generic N-dimensional matrix library"
+description = "A simple generic matrix library"
14
categories = ["data-structures"]
15
-keywords = ["simple", "matrix", "matrices", "dimension"]
+keywords = ["simple", "matrix", "matrices"]
16
17
[package.metadata.docs.rs]
18
rustdoc-args = [ "--edition=2018" ]
0 commit comments