feat: add search
This commit is contained in:
parent
6251ec1bd9
commit
ecb84e32e1
19 changed files with 710 additions and 106 deletions
|
|
@ -48,7 +48,7 @@ pub struct Community {
|
|||
|
||||
#[derive(Debug, Deserialize)]
|
||||
pub struct Rating {
|
||||
pub count: u32,
|
||||
pub count: u64,
|
||||
}
|
||||
|
||||
#[derive(Debug, Deserialize)]
|
||||
|
|
|
|||
Reference in a new issue