We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Hi,May I ask about your project on github? https://github.com/uJhin/upbit-client/tree/main/swg_generated/rust I'm trying to develop bot using your api by Rust. I had located rust source folder(swg_generated -> src -> rust) in my project butit generates compile errors, related with hyper crate.
Like, use hyper::header::UserAgent; -> unresolved import hyper::header::UserAgent no UserAgent in header
hyper::header::UserAgent
UserAgent
header
I'm not sure whether my environment setting is wrong or the files itself have compile errors. Can you check for these?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Hi,May I ask about your project on github? https://github.com/uJhin/upbit-client/tree/main/swg_generated/rust
I'm trying to develop bot using your api by Rust.
I had located rust source folder(swg_generated -> src -> rust) in my project butit generates compile errors, related with hyper crate.
Like,
use hyper::header::UserAgent;
-> unresolved import
hyper::header::UserAgent
no
UserAgent
inheader
I'm not sure whether my environment setting is wrong or the files itself have compile errors.
Can you check for these?
The text was updated successfully, but these errors were encountered: