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 1dc5e72 commit 0ddd49dCopy full SHA for 0ddd49d
.gitignore
@@ -1,2 +1,7 @@
1
+# Cargo
2
/target
3
Cargo.lock
4
+
5
+# IntelliJ
6
+.idea
7
+*.iml
README.md
@@ -1,4 +1,4 @@
-static-reflect-rust
+rust-static-reflect
====================
Compile-time reflection in rust!
@@ -10,4 +10,4 @@ I'd be happy to add more features as long as they align with the general philoso
10
of compile-time reflection.
11
12
Unfortunately, there is very little documentation right now.
13
-Hopefully that will change in the future.
+Hopefully that will change in the future.
0 commit comments