-
-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(doit):optimized memory allocation and options
* reserve_exact(X) where possible (params, multi-part-reader) * `if let` used whereever possible to prevent duplicate checks This increases the possible performance, and makes for more readable, concise code.
- Loading branch information
Showing
5 changed files
with
1,079 additions
and
956 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -19,6 +19,3 @@ mime = "*" | |
url = "*" | ||
rustc-serialize = "*" | ||
yup-oauth2 = "*" | ||
|
||
[dev-dependencies] | ||
yup-hyper-mock = "*" |
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
Oops, something went wrong.