登录 注册
当前位置:主页 > 资源下载 > 9 > Rust-ipfs-api是一款用于Rust的IPFS HTTP客户端

Rust-ipfs-api是一款用于Rust的IPFS HTTP客户端

  • 更新:2024-09-16 18:15:08
  • 大小:132KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

ipfs-api 用于使用Hyper / Actix连接到IPFS HTTP API的Rust库。 用法 [ dependencies ] ipfs-api = " 0.11.0 " 功能标志 您可以将actix-web用作后端,而不是hyper 。 [ dependencies ] ipfs-api = { version = " 0.11.0 " , features = [ " with-actix " ], default-features = false } 您还可以选择使用而不是本机tls: [ dependencies ] ipfs-api = { version = " 0.11.0 " , features = [ " with-hyper-rustls " ], default-features = false } 要启用构建器模式(默认),请使用with-b