百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
R

rust-oci-client

> DevOps
开源

一个用于与 OCI 注册表交互的 Rust 容器

181 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

一个用于与 OCI 注册表交互的 Rust 容器

Rust OCI Client

Formerly known as oci-distribution This Rust library implements the OCI Distribution specification, which is the protocol that Docker Hub and other container registries use.

TLS backends

This crate offers three Cargo features for TLS, you must enable exactly one of them.

  • rustls-tls (default): Uses the rustls library with its built-in aws-lc-rs crypto provider.
  • rustls-tls-no-provider: Uses rustls, but leaves the crypto provider to you. Before you build a Client, install one, for example with rustls::crypto::ring::default_provider().install_default(). Choose this feature when your application already picks a crypto provider and you want to avoid aws-lc-rs.
  • native-tls: Uses the TLS library of your operating system instead of rustls.

Code of Conduct

This project has adopted the CNCF Code of Conduct.

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

Rustcncfcontainer-image-registrycontainerskubernetes

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月18日
分类DevOps
定价开源

> 相关工具

D
Docker
容器化平台,标准化应用交付
G
GitHub Actions
GitHub 原生 CI/CD 工作流
N
Nginx
高性能 Web 服务器与反向代理