Skip to content

Commit

Permalink
optimized analog of urlencoding::enc::encode
Browse files Browse the repository at this point in the history
  • Loading branch information
formiat committed Oct 28, 2022
1 parent 2e3a66e commit 9067030
Show file tree
Hide file tree
Showing 8 changed files with 143 additions and 55 deletions.
96 changes: 60 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ members = [
"mmb_database",
"mmb_rpc",
"mmb_utils",
"visualization/api"
"visualization/api",
"urlencoding_macro"
]
exclude = [
"examples/serum_demo",
Expand Down
2 changes: 1 addition & 1 deletion exchanges/bitmex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ sha2 = "0.10"
tinyvec = "1.6"
tokio = { version = "1", features = ["parking_lot"] }
url = "2.0"
urlencoding = "2.1"
urlencoding_macro = { path = "../../urlencoding_macro/" }

[dev-dependencies]
core_tests = { path = "../../core_tests" }
Expand Down
Loading

0 comments on commit 9067030

Please sign in to comment.