Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,175 contributions in the last year
Contribution activity
October 2020
- Fishrock123/isahc Rust
Created a pull request in http-rs/http-types that received 7 comments
error: allow backtrace Option to be Display on stable
This prevents the need for users to do backtrace feature-checking for code that wishes to use Display for a backtrace and also compile on stable.
Created an issue in http-rs/surf that received 6 comments
Poor UX when attempting to apply http-types typed headers
This is not very nice: let authz = BasicAuth::new("any", &api_key); let res = client.put(&path) .header(authz.name(), authz.value()) (From https:/…

