You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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:
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: