Skip to content

Commit f9400ef

Browse files
authored
Merge pull request #51 from mahmudsudo/rate
feat : add rate_rs
2 parents dc3cda1 + e3f2713 commit f9400ef

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

data/projects.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,10 @@
88
"repo_url": "https://github.com/Rust-Nigeria/website",
99
"banner": "https://opengraph.githubassets.com/1/Rust-Nigeria/website",
1010
"tags": ["leptos"]
11+
},
12+
{
13+
"repo_url": "https://github.com/mahmudsudo/rate_rs",
14+
"banner": "https://opengraph.githubassets.com/1/mahmudsudo/rate_rs",
15+
"tags": ["crate"]
1116
}
1217
]

src/types/projects.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ pub enum ProjectTags {
1010
Ai,
1111
Blockchain,
1212
Leptos,
13+
Crate
1314
}
1415

1516
impl fmt::Display for ProjectTags {
@@ -19,6 +20,7 @@ impl fmt::Display for ProjectTags {
1920
ProjectTags::Ai => "AI",
2021
ProjectTags::Blockchain => "Blockchain",
2122
ProjectTags::Leptos => "Leptos",
23+
ProjectTags::Crate => "Crate",
2224
};
2325
write!(f, "{}", s)
2426
}

0 commit comments

Comments
 (0)