huggingface / hf-hub

Rust client for the huggingface hub aiming for minimal subset of features over `huggingface-hub` python package
138 stars 55 forks source link

feat: support socks proxy #66

Open oovm opened 1 month ago

oovm commented 1 month ago

The synchronous interface already supports the socks5 protocol, but the asynchronous interface lacks support.

This pr adds support for the socks5 protocol to tokio::Api

Should fix #41