-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from emreyalvac/custom-key-implementation
Custom Key Implementation
- Loading branch information
Showing
5 changed files
with
127 additions
and
88 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[package] | ||
name = "firebase-rs" | ||
edition = "2021" | ||
version = "2.1.2" | ||
version = "2.2.0" | ||
description = "Rust based Firebase library" | ||
readme = "README.md" | ||
repository = "https://github.com/emreyalvac/firebase-rs" | ||
documentation = "https://docs.rs/firebase-rs/2.1.2/firebase_rs/" | ||
documentation = "https://docs.rs/firebase-rs/2.2.0/firebase_rs/" | ||
license = "MIT" | ||
authors = ["Emre YALVAÇ <[email protected]>"] | ||
exclude = ["examples/*", "tests/*"] | ||
|
@@ -21,4 +21,4 @@ eventsource-client = "0.10.2" | |
futures-util = "0.3.28" | ||
|
||
[dev-dependencies] | ||
tokio = { version = "1.29.1", features = ["rt", "macros", "rt-multi-thread"] } | ||
tokio = { version = "1.29.1", features = ["rt", "macros", "rt-multi-thread"] } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I think something like this would be a bit more idiomatic: