Highlights
- 8 discussions answered
Pinned
819 contributions in the last year
Less
More
Contribution activity
October 2021
Created 7 commits in 3 repositories
Created a pull request in rust-lang/rfcs that received 8 comments
Cargo --crate-type
CLI Argument
Add the ability to provide --crate-type <crate-type>
as an argument to cargo build
. This would have the same affect of adding crate-type
in the Car…
+102
−0
•
8
comments
Opened 4 other pull requests in 2 repositories
hyperium/hyper
3
merged
seanmonstar/reqwest
1
merged
Reviewed 14 pull requests in 3 repositories
seanmonstar/reqwest
9 pull requests
-
Update
cookie_store
dependency - Update async body doc
- wasm: don't send request body as plain uint8 array
-
Fix body to
JsValue
conversion - fix: wasm client: pass response header to builder by reference
- Fix some typos
-
Add missing
as_bytes
method to wasmBody
implementation - Follow cURL's rules for parsing and matching NO_PROXY
- wasm: use Array when converting bytes into JsValue