feat: add search

This commit is contained in:
ThetaDev 2022-10-10 01:09:13 +02:00
parent 6251ec1bd9
commit ecb84e32e1
19 changed files with 710 additions and 106 deletions

View file

@ -48,7 +48,7 @@ pub struct Community {
#[derive(Debug, Deserialize)]
pub struct Rating {
pub count: u32,
pub count: u64,
}
#[derive(Debug, Deserialize)]