Modified parse function

- Rewrite parse fucntion.
- Implement Error handling using derive_error crate.
- Create new RaPostItems to store items related to post.
This commit is contained in:
Uttarayan Mondal
2021-03-16 03:19:56 +05:30
parent c95dc097d4
commit 52d70d99c4
3 changed files with 88 additions and 81 deletions
+2
View File
@@ -8,7 +8,9 @@ edition = "2018"
[dependencies]
derive-error = "0.0.5"
reqwest = "0.11.*"
chrono = "0.4.*"
json = "0.12.*"
tokio = { version = "1.3.*", features = ["full"] }