mirror of
https://github.com/huggingface/xet-core.git
synced 2026-06-04 13:30:29 +08:00
This PR adds crates.io-facing metadata (homepage, readme, keywords, categories) for the publishable crates, along with crate README files and concise crate-level docs so crates.io and docs.rs pages have better context.
18 lines
736 B
Markdown
18 lines
736 B
Markdown
# xet-client
|
|
|
|
[](https://crates.io/crates/xet-client)
|
|
[](https://docs.rs/xet-client)
|
|
[](https://github.com/huggingface/xet-core/blob/main/LICENSE)
|
|
|
|
Client for communicating with Hugging Face Xet storage servers.
|
|
|
|
## Overview
|
|
|
|
Upload and download data and metadata objects from the backend Hugging Face Xet storage servers. Features automatic concurrency adaptations, connection pooling, and retry resiliency. Intended to be used through the API in the hf-xet package.
|
|
|
|
This crate is part of [xet-core](https://github.com/huggingface/xet-core).
|
|
|
|
## License
|
|
|
|
Apache-2.0
|