uJhin / upbit-client

Upbit(업비트) Cryptocurrency Exchange Open API Client of Multi-Programming Language Support
https://ujhin.github.io/upbit-client-docs/
MIT License
55 stars 43 forks source link

Inquiry on upbit API client project (Rust). #51

Open semanticist21 opened 1 year ago

semanticist21 commented 1 year ago

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?