Add support for search suggestions.

This commit is contained in:
FireMasterK 2021-04-30 11:56:27 +05:30
parent d81633205f
commit dacbdab7d6
No known key found for this signature in database
GPG key ID: 8DFF5DD33E93DB58
3 changed files with 41 additions and 14 deletions

View file

@ -24,3 +24,7 @@ path = "trending.rs"
[[example]]
name = "video"
path = "video.rs"
[[example]]
name = "search_suggestions"
path = "search_suggestions.rs"