Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing async_trait and refactoring #108

Merged
merged 1 commit into from
Jun 28, 2020
Merged

Removing async_trait and refactoring #108

merged 1 commit into from
Jun 28, 2020

Conversation

mettke
Copy link
Contributor

@mettke mettke commented Jun 27, 2020

It took me a bit but now its done. One of the bigger commits which removes the future crate (replaced wit std::future::Future; both are interchangeable and thus should not result in changes when calling the api) and the async_trait.

Also combined a few modules to make reqwest look more like curl and moved the stuff from async_internals to the other functions in lib.rs.

(Btw I'm now the the second highest contributor when it comes to deletions. I'm not sure whether that is a good thing 😆)
Edit: Forget to mention #80

@mettke mettke mentioned this pull request Jun 27, 2020
@ramosbugs ramosbugs merged commit 6d312f6 into ramosbugs:main Jun 28, 2020
@ramosbugs
Copy link
Owner

thanks! added some additional cleanup in 3cfde64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants