Add support for extracting comments.

This commit is contained in:
FireMasterK 2021-04-30 12:13:51 +05:30
parent dacbdab7d6
commit 5654524e72
No known key found for this signature in database
GPG key ID: 8DFF5DD33E93DB58
3 changed files with 80 additions and 0 deletions

View file

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