Skip to content

Commit 0ddd49d

Browse files
committed
Rename repo to 'rust-static-reflect'
This is more consistent with my other crates
1 parent 1dc5e72 commit 0ddd49d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1+
# Cargo
12
/target
23
Cargo.lock
4+
5+
# IntelliJ
6+
.idea
7+
*.iml

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
static-reflect-rust
1+
rust-static-reflect
22
====================
33
Compile-time reflection in rust!
44

@@ -10,4 +10,4 @@ I'd be happy to add more features as long as they align with the general philoso
1010
of compile-time reflection.
1111

1212
Unfortunately, there is very little documentation right now.
13-
Hopefully that will change in the future.
13+
Hopefully that will change in the future.

0 commit comments

Comments
 (0)